Skip to content

Commit 5075062

Browse files
authored
chore: update project file references in Windows workflow
1 parent 38c4206 commit 5075062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
run: ./build_windows.bat
2828

2929
- name: Restore Project
30-
run: msbuild ./proj/picasso.sln /t:Restore /p:Configuration=$env:Configuration
30+
run: msbuild ./proj/picasso.slnx /t:Restore /p:Configuration=$env:Configuration
3131
env:
3232
Configuration: ${{ matrix.configuration }}
3333

3434
- name: Build Solution
35-
run: msbuild ./proj/picasso.sln /p:Configuration=$env:Configuration
35+
run: msbuild ./proj/picasso.slnx /p:Configuration=$env:Configuration
3636
env:
3737
Configuration: ${{ matrix.configuration }}
3838

0 commit comments

Comments
 (0)