figuring out refs

This commit is contained in:
Andrew Welker 2020-11-24 16:13:09 -07:00
parent f154ce2385
commit 243643d5c0

View file

@ -9,6 +9,7 @@ on:
- closed - closed
branches: branches:
- development-2.0.0 - development-2.0.0
- feature-2.0.0/update-workflows-for-2.0.0
env: env:
# solution path doesn't need slashes unless there it is multiple folders deep # solution path doesn't need slashes unless there it is multiple folders deep
@ -37,6 +38,7 @@ jobs:
- name: Set Version Number - name: Set Version Number
shell: powershell shell: powershell
run: | run: |
Write-Host "$($Env:GITHUB_REF)"
$version = ./.github/scripts/GenerateVersionNumber-2.0.0.ps1 $version = ./.github/scripts/GenerateVersionNumber-2.0.0.ps1
echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Use the version number to set the version of the assemblies # Use the version number to set the version of the assemblies