We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33dc80 commit b8cca04Copy full SHA for b8cca04
.github/workflows/dotnetpull.yml
@@ -40,7 +40,7 @@ jobs:
40
source ~/.bashrc
41
- name: Create database
42
run: |
43
- sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"
+ /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"
44
- name: Restore dependencies
45
46
dotnet restore Migrator.slnx
0 commit comments