Skip to content

Commit ee38955

Browse files
authored
Merge pull request #16836 from dzsquared/sqlpackage
gatekeeper note
2 parents bb1f337 + 5d145ad commit ee38955

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/tools/sqlpackage-download.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@ This release of sqlpackage includes a standard Windows installer experience, and
6060
$ sqlpackage
6161
```
6262

63+
> [!NOTE]
64+
> Security settings may require modification to run sqlpackage on macOS. Use the following commands to interact with Gatekeeper from the command line.
65+
66+
**Before executing sqlpackage:**
67+
```bash
68+
$ sudo spctl --master-disable
69+
```
70+
71+
**After executing sqlpackage:**
72+
```bash
73+
$ sudo spctl --master-enable
74+
```
75+
6376
## Get sqlpackage .NET Core for Linux
6477

6578
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=2134311) by using one of the installers or the tar.gz archive:

0 commit comments

Comments
 (0)