Skip to content

Commit

Permalink
Fix path for tier 3 template in the nightly build (#703)
Browse files Browse the repository at this point in the history
Co-authored-by: Bree Stryker <b-s-no-reply@microsoft.com>
  • Loading branch information
Breanna-Stryker and Bree Stryker committed Apr 7, 2022
1 parent 8d4ff53 commit 0e75c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-devops/nightlybuild/templates/az-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ steps:
--subscription ${{ parameters.WorkloadSubId }} \
--location ${{ parameters.Location }} \
--name ${{ parameters.WorkloadName }} \
--template-file $(Build.SourcesDirectory)/src/bicep/examples/tier3/tier3.bicep \
--template-file $(Build.SourcesDirectory)/src/bicep/add-ons/tier3/tier3.bicep \
--parameters resourcePrefix=$datetime

0 comments on commit 0e75c6b

Please sign in to comment.