Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Aug 24, 2021
1 parent 05b5bad commit 645b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/archetype-net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ stages:
$nupkg = Get-ChildItem -Path "$(Pipeline.Workspace)/${{parameters.ArtifactName}}/${{artifact.name}}/*.nupkg" -Exclude "*.symbols.nupkg"
nuget add "$($nupkg)" -Source ./packages
Write-Host "Adding package dependency for ${{artifact.name}}"
dotnet add package ${{artifact.name}} -s ./packages
dotnet add package ${{artifact.name}} --prerelease -s ./packages
Write-Host "NuGet Cache list:"
nuget locals all -list
Write-Host "Clearing NuGet package cache"
Expand Down

0 comments on commit 645b93f

Please sign in to comment.