I have created Automatic invalidations in GitHub and it is working fine:
- run: aws cloudfront create-invalidation –distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} –paths "/fd/cm/latest/remoteEntry.js"
but not sure how to create the same task in AzureDevops. Any help would be greatly appreciated?
2
Answers
found the solution
This is how I did it the same way as @Visco suggested. Here is a screenshot of my Task Group to understand it better.