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 03d00eb commit aaffa9dCopy full SHA for aaffa9d
.github/workflows/dotnet-core.yml
@@ -22,5 +22,5 @@ jobs:
22
env:
23
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1
24
run: |
25
- call "C:\Program Files\Microsoft SQL Server\130\Tools\Binn\SqlLocalDB.exe" info
26
- ./build.cmd
+ "C:/Program Files/Microsoft SQL Server/130/Tools/Binn/SqlLocalDB.exe" info
+ ./build.cmd
0 commit comments