From 449285b8b7ccc7158038e5ca3e6cfe11a0d7cc29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 11 Apr 2019 12:59:29 -0400 Subject: [PATCH] [master] Update dependencies from dotnet/arcade (#23834) * Update dependencies from https://github.com/dotnet/arcade build 20190409.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19209.1 * Update dependencies from https://github.com/dotnet/arcade build 20190409.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19209.2 * Update dependencies from https://github.com/dotnet/arcade build 20190410.7 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19210.7 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19210.7 --- eng/Version.Details.xml | 8 ++++---- eng/common/PublishToSymbolServers.proj | 8 ++++++++ eng/common/templates/phases/publish-build-assets.yml | 2 ++ global.json | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ca9752..74731c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,13 +3,13 @@ - + https://github.com/dotnet/arcade - b1f9e12fe3ee71c48ea60b15968745850ac0a4a7 + 4f645e4a5385eb96cad3f72f5ded239761c7d075 - + https://github.com/dotnet/arcade - b1f9e12fe3ee71c48ea60b15968745850ac0a4a7 + 4f645e4a5385eb96cad3f72f5ded239761c7d075 https://github.com/dotnet/corefx diff --git a/eng/common/PublishToSymbolServers.proj b/eng/common/PublishToSymbolServers.proj index 36c08f0..5d55e31 100644 --- a/eng/common/PublishToSymbolServers.proj +++ b/eng/common/PublishToSymbolServers.proj @@ -24,6 +24,14 @@ + + + + diff --git a/eng/common/templates/phases/publish-build-assets.yml b/eng/common/templates/phases/publish-build-assets.yml index 211967d..a0a8074 100644 --- a/eng/common/templates/phases/publish-build-assets.yml +++ b/eng/common/templates/phases/publish-build-assets.yml @@ -5,6 +5,7 @@ parameters: condition: succeeded() continueOnError: false runAsPublic: false + publishUsingPipelines: false phases: - phase: Asset_Registry_Publish displayName: Publish to Build Asset Registry @@ -36,6 +37,7 @@ phases: /p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests' /p:BuildAssetRegistryToken=$(MaestroAccessToken) /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com + /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }} /p:Configuration=$(_BuildConfig) condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} diff --git a/global.json b/global.json index e088282..2ab15ca 100644 --- a/global.json +++ b/global.json @@ -7,7 +7,7 @@ "python": "2.7.15" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19207.1", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19207.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19210.7", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19210.7" } } -- 2.7.4