now it'll ACTUALLY use nuget

This commit is contained in:
Andrew Welker
2020-08-18 17:05:46 -06:00
parent a2fc1b9f40
commit 1fb329f1c1
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ jobs:
run: | run: |
Write-Output ${{ env.VERSION }} Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }} ./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: restore Nuget Packages
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion
# Login to Docker # Login to Docker
- name: Login to Docker - name: Login to Docker
uses: azure/docker-login@v1 uses: azure/docker-login@v1

View File

@@ -44,6 +44,8 @@ jobs:
run: | run: |
Write-Output ${{ env.VERSION }} Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }} ./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: restore Nuget Packages
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion
# Login to Docker # Login to Docker
- name: Login to Docker - name: Login to Docker
uses: azure/docker-login@v1 uses: azure/docker-login@v1