From 16fb7fd352bdcad2e5b194df59429aeb5fc51ee8 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Thu, 31 Oct 2019 12:32:28 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20191030.15 (#472)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15
---
eng/Version.Details.xml | 4 ++--
.../templates/post-build/channels/netcore-internal-30.yml | 2 +-
global.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index d6b921a0..ab094a8d 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- ff023241f6484abaf827c4287c59fddd9ad6c382
+ 35c10b82920baacbb3945fd952a0e49c4caec708
diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml
index 61d86ada..8b2c9daf 100644
--- a/eng/common/templates/post-build/channels/netcore-internal-30.yml
+++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml
@@ -57,6 +57,7 @@ stages:
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
/p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
/p:Configuration=Release
+ /p:PublishToMSDL=false
${{ parameters.symbolPublishingAdditionalParameters }}
- job: publish_assets
@@ -136,7 +137,6 @@ stages:
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json'
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
- /p:PublishToMSDL=false
${{ parameters.artifactsPublishingAdditionalParameters }}
- template: ../../steps/promote-build.yml
diff --git a/global.json b/global.json
index f444fea7..31aef1d0 100644
--- a/global.json
+++ b/global.json
@@ -3,6 +3,6 @@
"dotnet": "3.0.100"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19529.9"
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15"
}
}