We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce10ef commit 2fa91a8Copy full SHA for 2fa91a8
.azure-pipelines/ci-build.yml
@@ -275,8 +275,8 @@ stages:
275
#Set Variable $artifactName and $artifactVersion
276
Write-Host "##vso[task.setvariable variable=artifactVersion; isSecret=false; isOutput=true]$artifactVersion"
277
Write-Host "##vso[task.setvariable variable=artifactName; isSecret=false; isOutput=true]$artifactName.FullName"
278
- echo $artifactName
279
- echo $artifactVersion
+ echo "$artifactName"
+ echo "$artifactVersion"
280
displayName: 'Fetch Artifact Name'
281
282
- task: NuGetCommand@2
0 commit comments