We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d9a21 commit aeb43e6Copy full SHA for aeb43e6
.github/workflows/docker.yml
@@ -59,6 +59,8 @@ jobs:
59
run: |
60
Write-Output ${{ env.VERSION }}
61
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
62
+ - name: restore Nuget Packages
63
+ run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion
64
- name: Login to Docker
65
uses: azure/docker-login@v1
66
with:
0 commit comments