Skip to content

Commit

Permalink
Adds nutget restore step to docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin authored Aug 25, 2020
1 parent b7d9a21 commit aeb43e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
run: |
Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: restore Nuget Packages
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion
- name: Login to Docker
uses: azure/docker-login@v1
with:
Expand Down

0 comments on commit aeb43e6

Please sign in to comment.