Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
adirh3 committed May 1, 2024
1 parent 948331c commit c32fb74
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ steps:
azureSubscription: 'Visual Studio Enterprise Subscription (20ccd567-1ffd-428b-949d-089c504d45eb)'
Destination: 'AzureBlob'
storage: 'stfluentsearch'
ContainerName: 'fluent-search'
ContainerName: 'fluent-search'

- task: AzureCLI@2
inputs:
azureSubscription: 'Visual Studio Enterprise Subscription (20ccd567-1ffd-428b-949d-089c504d45eb)'
scriptType: 'ps'
scriptLocation: 'inlineScript'
inlineScript: 'az afd endpoint purge -g rg-fluentsearch --profile-name fluentsearch-cdn --endpoint-name fluentsearch-cdn --content-paths ''/*'' --no-wait'

0 comments on commit c32fb74

Please sign in to comment.