Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jooni91 committed Feb 15, 2020
1 parent b48eea0 commit 643eb44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
targetType: 'inline'
script: |
Write-Host "##vso[task.LogIssue type=warning;]$(packageVersion)"
Write-Host "##vso[task.setvariable variable=packageVersion;]$(packageVersion)-ci.$(Build.BuildId)"
Write-Host "##vso[task.LogIssue type=warning;]$(packageVersion)"
Write-Host "##vso[task.setvariable variable=packageVersion;isOutput=true]$(packageVersion)-ci.$(Build.BuildId)"
Write-Host "##vso[task.LogIssue type=warning;]Expected: $(packageVersion)-ci.$(Build.BuildId)"
Write-Host "##vso[task.LogIssue type=warning;]Actuall: $(packageVersion)"
- job: BuildPack
displayName: Build & Pack
Expand Down

0 comments on commit 643eb44

Please sign in to comment.