Skip to content

Commit acb56fe

Browse files
committed
#Fix: MSBUILD : error MSB1009: Project file does not exist.
1 parent afbb9cf commit acb56fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/External-Storage-Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
include-prerelease: true
5454

5555
- name: Restore packages
56-
run: dotnet restore $Env:SolutionFile
56+
run: dotnet restore $SolutionFile
5757

5858
- name: Build
59-
run: dotnet build $Env:SolutionFile --no-restore --configuration $Env:Configuration
59+
run: dotnet build $SolutionFile --no-restore --configuration $Configuration
6060

6161
- name: Test External Storage
6262
env:

0 commit comments

Comments
 (0)