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 fb42390 commit 92c9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
dependsOn: Init
variables:
- name: packageVersion
value: $[ dependencies.Init.outputs['packageVersion'] ]
value: $[ dependencies.Init.outputs['package.version'] ]
steps:
- task: MSBuild@1
displayName: Build & Pack Project
Expand Down

0 comments on commit 92c9d75

Please sign in to comment.