ci: correct output usage for version

This commit is contained in:
Andrew Welker
2023-02-03 16:59:01 -07:00
parent 7d8b479edc
commit 02d5d9f530

View File

@@ -42,7 +42,7 @@ jobs:
SOLUTION_FILE: PepperDash Core 4-Series.sln
# Build the solutions in the docker image
- name: Build Solution
run: msbuild "./$($Env:SOLUTION_PATH)/$($Env:SOLUTION_FILE) 4-Series.sln" -p:Platform="Any CPU" -p:Configuration="Debug -p:VersionPrefix=$(steps.setVersion.outputs.version)"
run: msbuild "./$($Env:SOLUTION_PATH)/$($Env:SOLUTION_FILE) 4-Series.sln" -p:Platform="Any CPU" -p:Configuration="Debug -p:VersionPrefix=${{steps.setVersion.outputs.version}}"
- name: Create tag for non-rc builds
if: contains(env.VERSION, 'alpha') || contains(env.VERSION, 'beta')
run: |