File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4444 - name : Build
4545 shell : bash
4646 run : |
47- msbuild.exe -p:FrameworkPathOverride="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" -t:restore WindBot.csproj
48- msbuild.exe -p:FrameworkPathOverride="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" -m -p:Configuration=Release WindBot.csproj
47+ dotnet build WindBot.csproj --configuration=Release
4948 - name : Predeploy
5049 shell : bash
5150 run : |
@@ -101,8 +100,8 @@ jobs:
101100 - name : Build
102101 shell : bash
103102 run : |
104- msbuild.exe -p:FrameworkPathOverride="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" - t:restore WindBot.sln
105- msbuild.exe -p:FrameworkPathOverride="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" - m -p:Configuration=Release WindBot.sln
103+ msbuild.exe -t:restore WindBot.sln
104+ msbuild.exe -m -p:Configuration=Release WindBot.sln
106105 - name : Predeploy
107106 shell : bash
108107 run : |
You can’t perform that action at this time.
0 commit comments