File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.platfom }}" "/p:Configuration="${{ matrix.configuration }}"
30+ run : msbuild Src/C3.sln "/p:Platform=${{ matrix.platform }}" "/p:Configuration="${{ matrix.configuration }}"
3131
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.platfom }}" "/p:Configuration="${{ matrix.configuration }}"
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"
3134
You can’t perform that action at this time.
0 commit comments