Skip to content

Commit

Permalink
[Agent][Edgio] Removed Update Edgio CDN record step in Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMankal-MS committed Jan 13, 2025
1 parent 4a8d9dd commit ed5f726
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vsts.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,6 @@ extends:
$uploadFiles.Add("/$container/$versionDir/$execName")
}
}
Write-Host "Purge Azure CDN Cache"
Clear-AzCdnEndpointContent -EndpointName vstsagentpackage -ProfileName vstsagentpackage -ResourceGroupName vstsagentpackage -ContentPath $uploadFiles
Write-Host "Force Refresh Azure CDN Cache"
Import-AzCdnEndpointContent -EndpointName vstsagentpackage -ProfileName vstsagentpackage -ResourceGroupName vstsagentpackage -ContentPath $uploadFiles
# Clean up blob container with test agent version
- task: AzurePowerShell@5
Expand Down

0 comments on commit ed5f726

Please sign in to comment.