Skip to content

Commit

Permalink
forgot to add -restore flag to msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Feb 19, 2020
1 parent 11451d7 commit f3c17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build application
run: msbuild -p:Configuration=Release NetworkMiner.sln
run: msbuild -restore -p:Configuration=Release NetworkMiner.sln
- name: ZIP binaries
run: |
pushd NetworkMiner/bin/Release
Expand Down

0 comments on commit f3c17ac

Please sign in to comment.