Skip to content

Commit 4ec6551

Browse files
Merge pull request #123 from microsoft/dev
ci: Environment configuration in the Azure DevOps validation workflow
2 parents c260f6f + efeb617 commit 4ec6551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
template_validation_job:
1313
runs-on: ubuntu-latest
14-
environment: dev
14+
environment: production
1515
name: Template validation
1616
steps:
1717
# Step 1: Checkout the code from your repository
@@ -31,4 +31,4 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
# Step 3: Print the result of the validation
3333
- name: Print result
34-
run: cat ${{ steps.validation.outputs.resultFile }}
34+
run: cat ${{ steps.validation.outputs.resultFile }}

0 commit comments

Comments
 (0)