Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa authored Oct 26, 2021
1 parent 3098a8a commit c3c92c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Setup NuGet
uses: NuGet/[email protected]
- uses: actions/checkout@v1
- name: restore nuget
run: nuget restore .\CoubDownload-Bridge.sln
- name: Build
run: |
msbuild CoubDownload-Bridge.sln /t:Restore,Build /p:Configuration=Release
msbuild .\CoubDownload-Bridge.sln /t:Build /p:Configuration=Release

0 comments on commit c3c92c7

Please sign in to comment.