From 5e994ef0c3934a8b6a859a06e7893984d28514e3 Mon Sep 17 00:00:00 2001
From: dotnet-maestro <@dotnet-maestro>
Date: Thu, 23 May 2019 12:05:36 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20190522.13
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19272.13
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19272.13
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19272.13
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19272.13
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19272.13
---
eng/Version.Details.xml | 20 ++++++++++----------
eng/Versions.props | 8 ++++----
eng/common/templates/steps/send-to-helix.yml | 3 +++
global.json | 2 +-
4 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index ba484bb6b..1b1fd76c3 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,25 +3,25 @@
-
+
https://github.com/dotnet/arcade
- 7a6fb6528b2060cd9e3a3d92535f5b6fdc6b2e82
+ 86e674361bdcefecbd8199ab62d0b1a6cb25703d
-
+
https://github.com/dotnet/arcade
- 7a6fb6528b2060cd9e3a3d92535f5b6fdc6b2e82
+ 86e674361bdcefecbd8199ab62d0b1a6cb25703d
-
+
https://github.com/dotnet/arcade
- 7a6fb6528b2060cd9e3a3d92535f5b6fdc6b2e82
+ 86e674361bdcefecbd8199ab62d0b1a6cb25703d
-
+
https://github.com/dotnet/arcade
- 7a6fb6528b2060cd9e3a3d92535f5b6fdc6b2e82
+ 86e674361bdcefecbd8199ab62d0b1a6cb25703d
-
+
https://github.com/dotnet/arcade
- 7a6fb6528b2060cd9e3a3d92535f5b6fdc6b2e82
+ 86e674361bdcefecbd8199ab62d0b1a6cb25703d
https://github.com/dotnet/corefx
diff --git a/eng/Versions.props b/eng/Versions.props
index bbd05b8f2..c08bf8fa0 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -24,10 +24,10 @@
netstandard.library
- 1.0.0-beta.19271.7
- 1.0.0-beta.19271.7
- 1.0.0-beta.19271.7
- 1.0.0-beta.19271.7
+ 1.0.0-beta.19272.13
+ 1.0.0-beta.19272.13
+ 1.0.0-beta.19272.13
+ 1.0.0-beta.19272.13
4.6.0-preview6.19271.9
4.6.0-preview6.19271.9
4.6.0-preview6.19271.9
diff --git a/eng/common/templates/steps/send-to-helix.yml b/eng/common/templates/steps/send-to-helix.yml
index d1ce577db..05df886f5 100644
--- a/eng/common/templates/steps/send-to-helix.yml
+++ b/eng/common/templates/steps/send-to-helix.yml
@@ -5,6 +5,7 @@ parameters:
HelixBuild: $(Build.BuildNumber) # required -- the build number Helix will use to identify this -- automatically set to the AzDO build number
HelixTargetQueues: '' # required -- semicolon delimited list of Helix queues to test on; see https://helix.dot.net/ for a list of queues
HelixAccessToken: '' # required -- access token to make Helix API requests; should be provided by the appropriate variable group
+ HelixConfiguration: '' # optional -- additional property attached to a job
HelixPreCommands: '' # optional -- commands to run before Helix work item execution
HelixPostCommands: '' # optional -- commands to run after Helix work item execution
WorkItemDirectory: '' # optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
@@ -35,6 +36,7 @@ steps:
HelixSource: ${{ parameters.HelixSource }}
HelixType: ${{ parameters.HelixType }}
HelixBuild: ${{ parameters.HelixBuild }}
+ HelixConfiguration: ${{ parameters.HelixConfiguration }}
HelixTargetQueues: ${{ parameters.HelixTargetQueues }}
HelixAccessToken: ${{ parameters.HelixAccessToken }}
HelixPreCommands: ${{ parameters.HelixPreCommands }}
@@ -64,6 +66,7 @@ steps:
HelixSource: ${{ parameters.HelixSource }}
HelixType: ${{ parameters.HelixType }}
HelixBuild: ${{ parameters.HelixBuild }}
+ HelixConfiguration: ${{ parameters.HelixConfiguration }}
HelixTargetQueues: ${{ parameters.HelixTargetQueues }}
HelixAccessToken: ${{ parameters.HelixAccessToken }}
HelixPreCommands: ${{ parameters.HelixPreCommands }}
diff --git a/global.json b/global.json
index f78855495..efd106715 100644
--- a/global.json
+++ b/global.json
@@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview6-011681"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19271.7"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19272.13"
}
}