Skip to content

Commit f40b225

Browse files
committed
Update windbot.yml
1 parent 2d569c7 commit f40b225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windbot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
shell: bash
4040
run: |
4141
./ci/install-net-4.0.sh
42-
# - name: Add msbuild to PATH
43-
# uses: microsoft/setup-msbuild@v2
42+
- name: Add msbuild to PATH
43+
uses: microsoft/setup-msbuild@v2
4444
- name: Build
4545
shell: bash
4646
run: |
47-
dotnet build WindBot.csproj --configuration=Release --verbosity=diag
47+
dotnet build WindBot.csproj --configuration=Release
4848
- name: Predeploy
4949
shell: bash
5050
run: |

0 commit comments

Comments
 (0)