File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ extends:
142142 -OutFile bin/index.url
143143
144144 - task : AzureFileCopy@6
145- displayName : Upload index to Azure Stroage
145+ displayName : Upload index to Azure Storage
146146 inputs :
147147 azureSubscription : SourceDotNet-Deployment-ARM
148148 SourcePath : " bin/index/index/*"
@@ -204,7 +204,7 @@ extends:
204204
205205 - task : AzureCLI@2
206206 displayName : Swap Staging Slot into Production
207- condition : eq(variables['isOfficialBuild'], 'True')
207+ condition : and(succeeded(), eq(variables['isOfficialBuild'], 'True') )
208208 inputs :
209209 azureSubscription : SourceDotNet-Deployment-ARM
210210 scriptLocation : inlineScript
@@ -218,7 +218,7 @@ extends:
218218
219219 - task : AzureCLI@2
220220 displayName : Cleanup Old Storage Containers
221- condition : eq(variables['isOfficialBuild'], 'True')
221+ condition : and(succeeded(), eq(variables['isOfficialBuild'], 'True') )
222222 inputs :
223223 azureSubscription : SourceDotNet-Deployment-ARM
224224 scriptLocation : inlineScript
You can’t perform that action at this time.
0 commit comments