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