Skip to content

Commit

Permalink
fixed path to assignment file
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-frankel committed Sep 15, 2019
1 parent a000f17 commit 99f50da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
azureSubscription: $(spnName)
AssignmentName: 'pla-$(blueprintName)'
BlueprintName: $(blueprintName)
ParametersFile: '.\$(blueprintName)\assign.json'
ParametersFile: '$(blueprintsPath)$(blueprintName)\assign.json'
SubscriptionID: $(subscriptionId)
Wait: true
Timeout: 500

0 comments on commit 99f50da

Please sign in to comment.