minor change to generate new build number

This commit is contained in:
Andrew Welker
2020-11-12 08:28:19 -07:00
parent 5b889ea59c
commit 5a3597f2a7
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ jobs:
- name: Update AssemblyInfo.cs
shell: powershell
run: |
Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: restore Nuget Packages
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion

View File

@@ -36,7 +36,6 @@ jobs:
- name: Update AssemblyInfo.cs
shell: powershell
run: |
Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: restore Nuget Packages
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion