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 38c4206 commit 5075062Copy full SHA for 5075062
1 file changed
.github/workflows/windows-cpp.yml
@@ -27,12 +27,12 @@ jobs:
27
run: ./build_windows.bat
28
29
- name: Restore Project
30
- run: msbuild ./proj/picasso.sln /t:Restore /p:Configuration=$env:Configuration
+ run: msbuild ./proj/picasso.slnx /t:Restore /p:Configuration=$env:Configuration
31
env:
32
Configuration: ${{ matrix.configuration }}
33
34
- name: Build Solution
35
- run: msbuild ./proj/picasso.sln /p:Configuration=$env:Configuration
+ run: msbuild ./proj/picasso.slnx /p:Configuration=$env:Configuration
36
37
38
0 commit comments