From edd71c6cc646274ee7e95deb126717227f71f6fc Mon Sep 17 00:00:00 2001 From: ta264 Date: Fri, 26 Feb 2021 07:00:35 +0000 Subject: [PATCH] Fix servarr nuget feed --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d99fa5e..b4a7730 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 @@ -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