We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d569c7 commit f40b225Copy full SHA for f40b225
.github/workflows/windbot.yml
@@ -39,12 +39,12 @@ jobs:
39
shell: bash
40
run: |
41
./ci/install-net-4.0.sh
42
- # - name: Add msbuild to PATH
43
- # uses: microsoft/setup-msbuild@v2
+ - name: Add msbuild to PATH
+ uses: microsoft/setup-msbuild@v2
44
- name: Build
45
46
47
- dotnet build WindBot.csproj --configuration=Release --verbosity=diag
+ dotnet build WindBot.csproj --configuration=Release
48
- name: Predeploy
49
50
0 commit comments