We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aae1f56 + 5b1ad30 commit c1536e8Copy full SHA for c1536e8
azure-pipelines.yml
@@ -35,7 +35,6 @@ jobs:
35
enablePublishBuildAssets: true
36
enableTelemetry: true
37
helixRepo: aspnet/Extensions
38
- timeoutInMinutes: 120 # increase timeout since BAR publishing might wait a long time
39
jobs:
40
- job: Windows
41
pool:
@@ -56,7 +55,7 @@ jobs:
56
55
value: /p:DotNetSignType=$(_SignType)
57
/p:TeamName=$(_TeamName)
58
/p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1)
59
- /p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
+ /p:DotNetPublishBlobFeedUrl=https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json
60
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
61
/p:OfficialBuildId=$(BUILD.BUILDNUMBER)
62
# else
0 commit comments