Skip to content

Commit 2481b93

Browse files
Merge pull request #26263 from dzsquared/dacfx-updatesfeb2023
note on using standalone install
2 parents aa9274b + 3ac3dd9 commit 2481b93

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/tools/sqlpackage/sqlpackage-pipelines.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ ms.topic: conceptual
1414

1515
**SqlPackage** is a command-line utility that automates several database development tasks and can be incorporated into CI/CD pipelines.
1616

17+
1718
## Virtual environments
1819

20+
> [!NOTE]
21+
> Utilizing a standalone installation of SqlPackage for pipeline automation is recommended over using the SqlPackage executables bundled with other applications, including SQL Server Management Studio or Visual Studio. The standalone installation of SqlPackage is updated more frequently and is not tied to the release cadence of other applications.
22+
23+
On Windows, the standalone install of SqlPackage is available on the path `C:\Program Files\Microsoft SQL Server\160\DAC\bin` (DacFx.msi) or `%USERPROFILE%\.dotnet\tools` (dotnet tool). On Linux, the standalone install of SqlPackage is available on the path `~/.dotnet/tools` (dotnet tool). In both Windows and Linux environments, if you download the self-contained .zip SqlPackage for .NET Core, you can extract the executable to a location of your choosing.
24+
1925
### Managed virtual environments
2026

21-
The virtual environments used for GitHub Actions hosted runners and Azure Pipelines VM images are managed in the [virtual-environments](https://github.com/actions/virtual-environments) GitHub repository. SqlPackage is included in several environments including `windows-latest` and `ubuntu-latest`. Updates to the images in [virtual-environments](https://github.com/actions/virtual-environments) are made within a few weeks of each SqlPackage release.
27+
The virtual environments used for GitHub Actions hosted runners and Azure Pipelines VM images are managed in the [runner-images](https://github.com/actions/runner-images) GitHub repository. SqlPackage is included in several environments including `windows-latest` and `ubuntu-latest`. Updates to the images in [runner-images](https://github.com/actions/runner-images) are made within a few weeks of each SqlPackage release.
2228

2329
### Self-hosted virtual environments
2430

0 commit comments

Comments
 (0)