Adds nutget restore step to docker.yml

This commit is contained in:
Neil Dorin
2020-08-25 17:06:43 -06:00
committed by GitHub
parent b7d9a21d0e
commit aeb43e6c52

View File

@@ -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: