File tree Expand file tree Collapse file tree 4 files changed +7
-30
lines changed Expand file tree Collapse file tree 4 files changed +7
-30
lines changed Original file line number Diff line number Diff line change 11name : Build
22on :
33 push :
4- branches : [main ]
4+ branches : [master ]
55 pull_request :
6- branches : [main ]
6+ branches : [master ]
77jobs :
88 build_windows :
9- runs-on : windows-2019
9+ runs-on : windows-latest
1010 steps :
1111 - uses : actions/checkout@v2
1212 with :
1616 git submodule update --init --recursive
1717 - name : " Build solution"
1818 run : |
19- cd "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\MSBuild\Current\Bin\"
19+ cd "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\MSBuild\Current\Bin\"
2020 .\MSBuild.exe -m -p:Configuration=Release $Env:GITHUB_WORKSPACE\ProvinceMapper.sln
Original file line number Diff line number Diff line change 111111 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
112112 <ConfigurationType >Application</ConfigurationType >
113113 <UseDebugLibraries >true</UseDebugLibraries >
114- <PlatformToolset >v142 </PlatformToolset >
114+ <PlatformToolset >v143 </PlatformToolset >
115115 <CharacterSet >Unicode</CharacterSet >
116116 </PropertyGroup >
117117 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
118118 <ConfigurationType >Application</ConfigurationType >
119- <PlatformToolset >v142 </PlatformToolset >
119+ <PlatformToolset >v143 </PlatformToolset >
120120 <CharacterSet >Unicode</CharacterSet >
121121 </PropertyGroup >
122122 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments