Skip to content

Commit 9476974

Browse files
committed
Update windbot.yml
1 parent 1c5ea71 commit 9476974

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windbot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)