Skip to content

Commit

Permalink
chore: Adjust delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 15, 2024
1 parent 391c641 commit f2cf82e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ steps:
displayName: Install Project Templates

- bash: |
cd ~/.nuget
rm -fRv *.nupkg
find ~/.nuget -type f -name "*.nupkg" -exec rm {} \;
displayName: Cleanup nupkg from package cache
condition: eq(variables['Agent.OS'], 'Linux')

Expand Down

0 comments on commit f2cf82e

Please sign in to comment.