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 afbb9cf commit acb56feCopy full SHA for acb56fe
.github/workflows/External-Storage-Tests.yml
@@ -53,10 +53,10 @@ jobs:
53
include-prerelease: true
54
55
- name: Restore packages
56
- run: dotnet restore $Env:SolutionFile
+ run: dotnet restore $SolutionFile
57
58
- name: Build
59
- run: dotnet build $Env:SolutionFile --no-restore --configuration $Env:Configuration
+ run: dotnet build $SolutionFile --no-restore --configuration $Configuration
60
61
- name: Test External Storage
62
env:
0 commit comments