Skip to content

Commit

Permalink
Set VersionPrefix in nuget pack step (#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit authored Feb 1, 2023
1 parent 172e876 commit 2195a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
inputs:
script: 'dotnet pack --no-build --no-restore $(build_flags) /bl:${{parameters.build_configuration}}-Pack.binlog /p:Configuration=${{parameters.build_configuration}} $(solution)'
env:
VersionPrefix: ${{parameters.version_prefix}}
${{ if eq(parameters.include_suffix, true) }}:
VersionSuffix: ${{parameters.version_suffix}}
OfficialBuild: $(official_build)
Expand Down

0 comments on commit 2195a32

Please sign in to comment.