Merge pull request #2656 from riarenas/riarenas/testing
Publish the internal dummy package used by dependency flow using Arcade.
This commit is contained in:
commit
f465a0873c
2 changed files with 6 additions and 2 deletions
|
@ -10,8 +10,11 @@ variables:
|
||||||
value: https://dotnetcli.blob.core.windows.net/dotnet/index.json
|
value: https://dotnetcli.blob.core.windows.net/dotnet/index.json
|
||||||
- name: _PublishChecksumsBlobFeedUrl
|
- name: _PublishChecksumsBlobFeedUrl
|
||||||
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
|
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
|
||||||
|
- name: _ArcadePublishBlobFeedUrl
|
||||||
|
value: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- group: DotNet-DotNetCli-Storage
|
- group: DotNet-DotNetCli-Storage
|
||||||
|
- group: DotNet-Blob-Feed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: /eng/build.yml
|
- template: /eng/build.yml
|
||||||
|
@ -57,7 +60,9 @@ jobs:
|
||||||
_BuildArchitecture: x64
|
_BuildArchitecture: x64
|
||||||
_DOTNET_CLI_UI_LANGUAGE: ''
|
_DOTNET_CLI_UI_LANGUAGE: ''
|
||||||
_DropSuffix: ''
|
_DropSuffix: ''
|
||||||
_AdditionalBuildParameters: '/p:PublishInternalAsset=true'
|
_AdditionalBuildParameters: '/p:PublishInternalAsset=true
|
||||||
|
/p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1)
|
||||||
|
/p:DotNetPublishBlobFeedUrl=$(_ArcadePublishBlobFeedUrl)'
|
||||||
Build_Release_arm:
|
Build_Release_arm:
|
||||||
_BuildConfig: Release
|
_BuildConfig: Release
|
||||||
_BuildArchitecture: arm
|
_BuildArchitecture: arm
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
<Product>Sdk</Product>
|
<Product>Sdk</Product>
|
||||||
<BlobStoragePartialRelativePath>$(Product)</BlobStoragePartialRelativePath>
|
<BlobStoragePartialRelativePath>$(Product)</BlobStoragePartialRelativePath>
|
||||||
<BlobStoragePartialRelativePath Condition="'$(IsNotOrchestratedPublish)' == 'false'">assets/$(Product)</BlobStoragePartialRelativePath>
|
<BlobStoragePartialRelativePath Condition="'$(IsNotOrchestratedPublish)' == 'false'">assets/$(Product)</BlobStoragePartialRelativePath>
|
||||||
<PublishToBlobFeedFlatContainer>true</PublishToBlobFeedFlatContainer>
|
|
||||||
<ChecksumsFeedUrl>$(DotnetPublishChecksumsBlobFeedUrl)</ChecksumsFeedUrl>
|
<ChecksumsFeedUrl>$(DotnetPublishChecksumsBlobFeedUrl)</ChecksumsFeedUrl>
|
||||||
<ChecksumsAccountKey>$(DotNetPublishChecksumsBlobFeedKey)</ChecksumsAccountKey>
|
<ChecksumsAccountKey>$(DotNetPublishChecksumsBlobFeedKey)</ChecksumsAccountKey>
|
||||||
<SdkAssetsFeedUrl>$(DotnetPublishSdkAssetsBlobFeedUrl)</SdkAssetsFeedUrl>
|
<SdkAssetsFeedUrl>$(DotnetPublishSdkAssetsBlobFeedUrl)</SdkAssetsFeedUrl>
|
||||||
|
|
Loading…
Add table
Reference in a new issue