We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703249d commit dd24489Copy full SHA for dd24489
azure-pipelines-arcade.yml
@@ -85,7 +85,7 @@ extends:
85
- ${{ if eq(variables._RunAsInternal, True) }}:
86
- group: Publish-Build-Assets
87
- group: DotNet-HelixApi-Access
88
- - _PublishBlobFeedUrl: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
+ - _PublishBlobFeedUrl: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
89
- _InternalBuildArgs: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName) /p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed) /p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines) /p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory) /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
90
- _serviceUri: wcfcoresrv53.westus3.cloudapp.azure.com/WcfTestService1
91
- _xUnitWorkItemTimeout: '00:10:00'
0 commit comments