Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2fe96cb

Browse files
committed
sqlpackage evergreen links
1 parent 6b085ba commit 2fe96cb

1 file changed

Lines changed: 52 additions & 45 deletions

File tree

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 52 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Download and install the latest releases:
2929

3030
For details about the latest release, see the [release notes](release-notes-sqlpackage.md). To download additional languages, see the [Available Languages](#available-languages) section.
3131

32-
An evergreen link ([https://aka.ms/sqlpackage-linux](https://aka.ms/sqlpackage-linux)) is available that points to the current version of sqlpackage for [Linux .NET Core](#get-sqlpackage-net-core-for-linux), which can be used in automating environments with the latest sqlpackage.
3332

3433
## DacFx
3534

@@ -44,52 +43,15 @@ dotnet add package Microsoft.SqlServer.DacFx
4443
> [!NOTE]
4544
> Additional NuGet packages were published under the DacFx name, "Microsoft.SqlServer.DacFx.x64" and "Microsoft.SqlServer.DacFx.x86". Support for both platforms is covered under the "Microsoft.SqlServer.DacFx" package. New references should be made to this package, not the x64 or x86 variants.
4645
47-
## Get sqlpackage for Windows
46+
## Automated environments
4847

49-
This release of sqlpackage includes a standard Windows installer experience, and a .zip:
50-
51-
1. Download and run the [DacFramework.msi installer for Windows](https://aka.ms/dacfx-msi).
52-
2. Open a new Command Prompt window, and run sqlpackage.exe
53-
- sqlpackage is installed to the ```C:\Program Files\Microsoft SQL Server\160\DAC\bin``` folder
48+
Evergreen links are available for downloading the latest Sqlpackage versions:
49+
- Linux ([https://aka.ms/sqlpackage-linux](https://aka.ms/sqlpackage-linux))
50+
- macOS ([https://aka.ms/sqlpackage-macos](https://aka.ms/sqlpackage-macos))
51+
- Windows ([https://aka.ms/sqlpackage-windows](https://aka.ms/sqlpackage-windows))
52+
- Windows, .NET Framework ([https://aka.ms/dacfx-msi](https://aka.ms/dacfx-msi))
5453

55-
## Get sqlpackage .NET Core for Windows
56-
57-
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2185669).
58-
2. To extract the file by right clicking on the file in Windows Explorer, and selecting 'Extract All...', and select the target directory.
59-
3. Open a new Terminal window and cd to the location where sqlpackage was extracted:
60-
61-
```cmd
62-
> sqlpackage
63-
```
64-
65-
## Get sqlpackage .NET Core for macOS
66-
67-
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2185765).
68-
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
69-
70-
```bash
71-
$ mkdir sqlpackage
72-
$ unzip ~/Downloads/sqlpackage-osx-<version string>.zip -d ~/sqlpackage
73-
$ chmod +x ~/sqlpackage/sqlpackage
74-
$ echo 'export PATH="$PATH:~/sqlpackage"' >> ~/.bash_profile
75-
$ source ~/.bash_profile
76-
$ sqlpackage
77-
```
78-
79-
> [!NOTE]
80-
> Security settings may require modification to run sqlpackage on macOS. Use the following commands to interact with Gatekeeper from the command line.
81-
82-
**Before executing sqlpackage:**
83-
```bash
84-
$ sudo spctl --master-disable
85-
```
86-
87-
**After executing sqlpackage:**
88-
```bash
89-
$ sudo spctl --master-enable
90-
```
91-
92-
## Get sqlpackage .NET Core for Linux
54+
## Linux (.NET Core)
9355

9456
1. Download [sqlpackage for Linux](https://aka.ms/sqlpackage-linux) by using one of the installers or the tar.gz archive.
9557
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
@@ -132,6 +94,51 @@ This release of sqlpackage includes a standard Windows installer experience, and
13294
$ sudo apt-get install libicu66 # for 20.x
13395
```
13496

97+
## macOS (.NET Core)
98+
99+
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2185765).
100+
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
101+
102+
```bash
103+
$ mkdir sqlpackage
104+
$ unzip ~/Downloads/sqlpackage-osx-<version string>.zip -d ~/sqlpackage
105+
$ chmod +x ~/sqlpackage/sqlpackage
106+
$ echo 'export PATH="$PATH:~/sqlpackage"' >> ~/.bash_profile
107+
$ source ~/.bash_profile
108+
$ sqlpackage
109+
```
110+
111+
> [!NOTE]
112+
> Security settings may require modification to run sqlpackage on macOS. Use the following commands to interact with Gatekeeper from the command line.
113+
114+
**Before executing sqlpackage:**
115+
```bash
116+
$ sudo spctl --master-disable
117+
```
118+
119+
**After executing sqlpackage:**
120+
```bash
121+
$ sudo spctl --master-enable
122+
```
123+
124+
## Windows (.NET Core)
125+
126+
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2185669).
127+
2. To extract the file by right clicking on the file in Windows Explorer, and selecting 'Extract All...', and select the target directory.
128+
3. Open a new Terminal window and cd to the location where sqlpackage was extracted:
129+
130+
```cmd
131+
> sqlpackage
132+
```
133+
134+
## Windows (.NET Framework)
135+
136+
This release of sqlpackage includes a standard Windows installer experience, and a .zip:
137+
138+
1. Download and run the [DacFramework.msi installer for Windows](https://aka.ms/dacfx-msi).
139+
2. Open a new Command Prompt window, and run sqlpackage.exe
140+
- sqlpackage is installed to the ```C:\Program Files\Microsoft SQL Server\160\DAC\bin``` folder
141+
135142
## Uninstall sqlpackage
136143

137144
If you installed sqlpackage using the Windows installer, then uninstall the same way you remove any Windows application.

0 commit comments

Comments
 (0)