Skip to content

Commit

Permalink
Use msbuild instead of dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
Makar8000 committed May 9, 2020
1 parent f897c7d commit 29b5154
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
with:
pathSource: './packages/act.zip'
pathTarget: './packages/'
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build with MSBuild
run: msbuild ACT_DiscordTriggers.sln -p:Configuration=Release
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 29b5154

Please sign in to comment.