File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- name : VC2019
1+ name : VC2022
22
33on :
44 push :
@@ -24,12 +24,12 @@ jobs:
2424
2525 - name : Build
2626 working-directory : ${{github.workspace}}
27- run : msbuild proj\vc2019 \cinder.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
27+ run : msbuild proj\vc2022 \cinder.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
2828
2929 - name : Build Unit Tests
3030 working-directory : ${{github.workspace}}\test\unit
31- run : msbuild vc2019 \unit.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
31+ run : msbuild vc2022 \unit.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
3232
3333 - name : Run Unit Tests
3434 working-directory : ${{github.workspace}}\test\unit
35- run : vc2019 \build\v142 \${{matrix.config}}\x64\CinderUnitTests.exe
35+ run : vc2022 \build\v143 \${{matrix.config}}\x64\CinderUnitTests.exe
You can’t perform that action at this time.
0 commit comments