diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bba6694d28b..56fd66a8002 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,6 @@ jobs: enablePublishBuildAssets: true enableTelemetry: true helixRepo: aspnet/Extensions - timeoutInMinutes: 120 # increase timeout since BAR publishing might wait a long time jobs: - job: Windows pool: @@ -56,7 +55,7 @@ jobs: value: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName) /p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1) - /p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json + /p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json /p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed) /p:OfficialBuildId=$(BUILD.BUILDNUMBER) # else