Skip to content

How to build

Chrissy LeMaire edited this page Mar 20, 2025 · 2 revisions

These are notes for me and my env:

  1. Open Windows PowerShell, run build-full.ps1
  2. Move gallery\third-party to desktop
  3. Copy var\desktop* to desktop
  4. Import
  5. Open WSL
  6. Make sure ur at a pwsh loc
  7. Run /mnt/c/github/dbatools.library/build/build-core.ps1
  8. Open Windows Core Pwsh and run the commented out code in build-core.ps1
  9. Remove .vs from the dirs In dbatools.psd1, up the version then

IsPrerelease = 'true' Prerelease = 'preview'

And that becomes 2024.3.9-preview

Clone this wiki locally