Skip to content

Commit 265ec4d

Browse files
authored
fix conditional so staging gets moved to prod (#157)
1 parent de1546c commit 265ec4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ extends:
200200
}
201201
displayName: Test Deployed WebApp
202202
203-
- ${{ if eq(variables.isOfficialBuild, true) }}:
203+
- ${{ if eq(variables['isOfficialBuild'], true) }}:
204204
- task: AzureCLI@2
205205
displayName: Swap Staging Slot into Production
206206
inputs:

0 commit comments

Comments
 (0)