Skip to content

Commit 953c10c

Browse files
committed
Update CI to use vs2022 solution from unified Sharpmake config
1 parent 649443d commit 953c10c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333

3434
- name: Generate Visual Studio projects
3535
shell: cmd
36-
run: generate_project_ci.bat
36+
run: generate_project.bat
3737

3838
- name: Add msbuild to PATH
3939
uses: microsoft/setup-msbuild@v2
4040

4141
- name: Build solution
42-
run: msbuild ./projects/spectrum.sln /p:Configuration=Retail /p:Platform=x64 /m
42+
run: msbuild ./projects/spectrum_vs2022.sln /p:Configuration=Retail /p:Platform=x64 /m
4343

4444
- name: Upload build artifacts
4545
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)