Skip to content

Commit

Permalink
Fix servarr nuget feed
Browse files Browse the repository at this point in the history
  • Loading branch information
ta264 authored Feb 26, 2021
1 parent f2fe3ca commit edd71c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stages:
git -C aspnetcore checkout ${{ parameters.runtimeBranch }}
git -C aspnetcore apply ../dotnet-bsd/patches/aspnetcore/0001-freebsd-support.patch
dotnet nuget add source ../runtime/artifacts/packages/Release/Shipping --name local --configfile aspnetcore/NuGet.config
dotnet nuget add source https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/dotnet-bsd-crossbuild/nuget/v3/index.js --name dotnet-bsd-crossbuild --configfile aspnetcore/NuGet.config
dotnet nuget add source https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/dotnet-bsd-crossbuild/nuget/v3/index.json --name dotnet-bsd-crossbuild --configfile aspnetcore/NuGet.config
sed -i '/\/dnceng\/internal\//d' aspnetcore/NuGet.config
displayName: Apply patches
- task: DownloadPipelineArtifact@2
Expand Down Expand Up @@ -124,7 +124,7 @@ stages:
dotnet nuget remove source nuget-build --configfile installer/NuGet.config
dotnet nuget add source ../runtime/artifacts/packages/Release/Shipping --name runtime --configfile installer/NuGet.config
dotnet nuget add source ../aspnetcore/artifacts/packages/Release/Shipping --name aspnetcore --configfile installer/NuGet.config
dotnet nuget add source https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/dotnet-bsd-crossbuild/nuget/v3/index.js --name dotnet-bsd-crossbuild --configfile aspnetcore/NuGet.config
dotnet nuget add source https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/dotnet-bsd-crossbuild/nuget/v3/index.json --name dotnet-bsd-crossbuild --configfile aspnetcore/NuGet.config
sed -i '/\/dnceng\/internal\//d' installer/NuGet.config
displayName: Apply patches
- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit edd71c6

Please sign in to comment.