Skip to content

Commit aeb43e6

Browse files
authored
Adds nutget restore step to docker.yml
1 parent b7d9a21 commit aeb43e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
run: |
6060
Write-Output ${{ env.VERSION }}
6161
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
62+
- name: restore Nuget Packages
63+
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion
6264
- name: Login to Docker
6365
uses: azure/docker-login@v1
6466
with:

0 commit comments

Comments
 (0)