added UpdateAssemblyInfo.cs

This commit is contained in:
Andrew Welker
2020-03-16 14:53:11 -06:00
parent 5b4523a965
commit 45174c7d8b

View File

@@ -38,11 +38,11 @@ jobs:
run: |
$version = ./.github/scripts/GenerateVersionNumber.ps1
Write-Output "::set-env name=VERSION::$version"
# - name: Update AssemblyInfo.cs
# shell: powershell
# run: |
# Write-Output ${{ env.VERSION }}
# ./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: Update AssemblyInfo.cs
shell: powershell
run: |
Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
# - name: Build Solution
# shell: powershell
# run: |