Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfrk committed Dec 6, 2023
1 parent a9a23f5 commit a93287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/pipeline.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stages:
scriptLocation: inlineScript
inlineScript: bicep restore ${{ variables.mainBicepFilePath }}

- pwsh: >
- pwsh: |
az bicep build --file ${{ variables.mainBicepFilePath }}
az bicep build-params -f ${{ variables.infrastructureDirectory }}/main.preview.bicepparam
az bicep build-params -f ${{ variables.infrastructureDirectory }}/main.prod.bicepparam
Expand Down

0 comments on commit a93287a

Please sign in to comment.