From 9da826cbc0bab5b54a6574a076073e0226faf294 Mon Sep 17 00:00:00 2001
From: dotnet-maestro <@dotnet-maestro>
Date: Tue, 9 Apr 2019 12:04:29 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20190409.1
- Microsoft.DotNet.XUnitExtensions - 2.4.0-beta.19209.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.1
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19209.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19209.1
---
eng/Version.Details.xml | 16 ++++++++--------
eng/Versions.props | 4 ++--
eng/common/PublishToSymbolServers.proj | 8 ++++++++
.../templates/phases/publish-build-assets.yml | 2 ++
global.json | 4 ++--
5 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0a7fb3bc152..b8f9b66d808 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -49,21 +49,21 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
https://github.com/dotnet/corefx
2c1cf10610d8102e080b203ff396707eeced15bd
-
+
https://github.com/dotnet/arcade
- b1f9e12fe3ee71c48ea60b15968745850ac0a4a7
+ 9d7e665ecf2606094677524ecd5af0fc39c7bb49
-
+
https://github.com/dotnet/arcade
- b1f9e12fe3ee71c48ea60b15968745850ac0a4a7
+ 9d7e665ecf2606094677524ecd5af0fc39c7bb49
-
+
https://github.com/dotnet/arcade
- b1f9e12fe3ee71c48ea60b15968745850ac0a4a7
+ 9d7e665ecf2606094677524ecd5af0fc39c7bb49
-
+
https://github.com/dotnet/arcade
- b1f9e12fe3ee71c48ea60b15968745850ac0a4a7
+ 9d7e665ecf2606094677524ecd5af0fc39c7bb49
https://github.com/dotnet/coreclr
diff --git a/eng/Versions.props b/eng/Versions.props
index e0aec2512d7..3e380aee5b7 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -30,8 +30,8 @@
- 1.0.0-beta.19207.1
- 2.4.0-beta.19207.1
+ 1.0.0-beta.19209.1
+ 2.4.0-beta.19209.1
diff --git a/eng/common/PublishToSymbolServers.proj b/eng/common/PublishToSymbolServers.proj
index 36c08f0ea49..5d55e312b01 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 211967debab..a0a8074282a 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 f89e7d94d7c..def5ee883f0 100644
--- a/global.json
+++ b/global.json
@@ -10,8 +10,8 @@
"version": "3.0.100-preview4-010924"
},
"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.19209.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19209.1",
"Microsoft.NET.Sdk.IL": "3.0.0-preview4-27525-72"
}
}