Skip to content

Commit

Permalink
Update pr-preview.yml for Azure Pipelines (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
andr0272 authored Jul 5, 2024
1 parent 329e152 commit 34dad61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AzurePipelines/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:
azure.servicePrincipal: 'rg-ServiceCanadaLabs-Dev-10/11/2023'
webapp.name: 'app-servicecanadalabs-dev'
webapp.resourceGroup: 'rg-servicecanadalabs-dev'
webapp.slotName: null
webapp.slotName: 0
azureContainerRegistry.name: 'DTS Shared Container Repo 10/11/2023'
azureContainerRegistry.repository: 'alphasite'
azureContainerRegistry.domain: 'dtsshared.azurecr.io'
Expand Down Expand Up @@ -63,6 +63,7 @@ steps:
latest
- task: PowerShell@2
condition: eq(variables['Build.Reason'], 'PullRequest')
displayName: 'Decide which AppService slot to put this preview in'
inputs:
targetType: 'inline'
Expand Down

0 comments on commit 34dad61

Please sign in to comment.