Skip to content

Commit ab7347d

Browse files
committed
devops: fixing suffixes in release packages
1 parent f052eec commit ab7347d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
inputs:
6363
command: 'custom'
6464
custom: 'pack'
65-
arguments: '-o packages -p:BuildNumber=$(buildNumber) -p:CommitHash=$(Build.SourceVersion) --version-suffix $(suffix) -c Release'
65+
arguments: '-o packages -p:BuildNumber=$(buildNumber) -p:CommitHash=$(Build.SourceVersion) --version-suffix "$(suffix)" -c Release'
6666
projects: |
6767
**\WebJobs.Script.csproj
6868
**\WebJobs.Script.WebHost.csproj
@@ -136,7 +136,7 @@ jobs:
136136
inputs:
137137
command: 'custom'
138138
custom: 'pack'
139-
arguments: '--no-build -c Release -o packages --version-suffix $(emgSuffix)'
139+
arguments: '--no-build -c Release -o packages --version-suffix "$(emgSuffix)"'
140140
projects: |
141141
**\ExtensionsMetadataGenerator.csproj
142142
steps:

0 commit comments

Comments
 (0)