File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
inputs :
63
63
command : ' custom'
64
64
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'
66
66
projects : |
67
67
**\WebJobs.Script.csproj
68
68
**\WebJobs.Script.WebHost.csproj
@@ -136,7 +136,7 @@ jobs:
136
136
inputs :
137
137
command : ' custom'
138
138
custom : ' pack'
139
- arguments : ' --no-build -c Release -o packages --version-suffix $(emgSuffix)'
139
+ arguments : ' --no-build -c Release -o packages --version-suffix " $(emgSuffix)" '
140
140
projects : |
141
141
**\ExtensionsMetadataGenerator.csproj
142
142
steps:
You can’t perform that action at this time.
0 commit comments