Skip to content

Commit

Permalink
chore: Adjust for disk footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 15, 2024
1 parent e4abe63 commit ada214b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/templates/package-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,13 @@ steps:

- script: dotnet new install "$(System.ArtifactsDirectory)/$(Build.DefinitionName)/Uno.Templates*.nupkg"
displayName: Install Project Templates


- bash: |
cd ~/.nuget
rm -fR *.nupkg
displayName: Cleanup nupkg from package cache
condition: eq(variables['Agent.OS'], 'Linux')

- pwsh: |
dotnet nuget add source -n nuget_local $(Build.SourcesDirectory)/src/PackageCache
dotnet nuget add source -n uno_dev "https://pkgs.dev.azure.com/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/_packaging/unoplatformdev/nuget/v3/index.json"
Expand Down

0 comments on commit ada214b

Please sign in to comment.