File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - name : NuGet Restore
5656 if : steps.cache.outputs.cache-hit != 'true'
5757 run : nuget restore $env:Solution_Name
58+
59+ # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
60+ - name : Setup MSBuild.exe
61+ uses : microsoft/setup-msbuild@v1.0.2
5862
5963 - name : Build
60- run : dotnet build $env:Solution_Name --configuration $env:Configuration --no-restore
64+ run : msbuild $env:Solution_Name /p:Configuration= $env:Configuration
6165 env :
6266 APPVEYOR_BUILD_VERSION : v${{steps.buildnumber.outputs.build_number}}
6367 OWNER : ${{ steps.split.outputs._0 }}
Original file line number Diff line number Diff line change 5656 if : steps.cache.outputs.cache-hit != 'true'
5757 run : nuget restore $env:Solution_Name
5858
59- # Restore the application to populate the obj folder with RuntimeIdentifiers
59+ # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
60+ - name : Setup MSBuild.exe
61+ uses : microsoft/setup-msbuild@v1.0.2
62+
6063 - name : Build
61- run : dotnet build $env:Solution_Name --configuration $env:Configuration --no-restore
64+ run : msbuild $env:Solution_Name /p:Configuration= $env:Configuration
6265 env :
6366 APPVEYOR_BUILD_VERSION : v${{steps.buildnumber.outputs.build_number}}
6467 OWNER : ${{ steps.split.outputs._0 }}
You can’t perform that action at this time.
0 commit comments