File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2727 run : msbuild Src/C3.sln "/t:restore"
2828
2929 - name : Build MSVC
30- run : msbuild Src/C3.sln "/p:Platform=${{ matrix.platform }}" "/p:Configuration="${{ matrix.configuration }}"
31-
30+ run : msbuild Src/C3.sln /p:Platform=${{ matrix.platform }} /p:Configuration="${{ matrix.configuration }}
31+
32+ - name : Build WebService
33+ run : dotnet publish -p:Platform=any -c ${{ matrix.configuration }} Src/WebController/Backend -o Bin/WebController
Original file line number Diff line number Diff line change 2727 run : msbuild Src/C3.sln "/t:restore"
2828
2929 - name : Build MSVC
30- run : msbuild Src/C3.sln " /p:Platform=${{ matrix.platform }}" " /p:Configuration="${{ matrix.configuration }}"
31-
30+ run : msbuild Src/C3.sln /p:Platform=${{ matrix.platform }} /p:Configuration="${{ matrix.configuration }}
31+
3232 - name : Build WebService
33- run : dotnet publish -p:Platform=any -c ${{ matrix.configuration }} " Src/WebController/Backend" -o " Bin/WebController"
33+ run : dotnet publish -p:Platform=any -c ${{ matrix.configuration }} Src/WebController/Backend -o Bin/WebController
3434
You can’t perform that action at this time.
0 commit comments