From eb564a886222b4351bb3b42ef58df768114c59a4 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Mon, 12 Aug 2019 13:28:57 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20190811.1 (#13051)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19411.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19411.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19411.1
---
eng/Version.Details.xml | 12 ++++++------
eng/Versions.props | 2 +-
eng/common/templates/job/execute-sdl.yml | 2 ++
eng/common/templates/post-build/post-build.yml | 1 +
global.json | 4 ++--
5 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 27b3655375..a9c142caf1 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -416,17 +416,17 @@
https://github.com/aspnet/Extensions
77403f35be5559b01c7d10074f3670e636c49811
-
+
https://github.com/dotnet/arcade
- b1c2f33f0cef32d1df6e7f388017fd6761d3fcad
+ a11024c8c22cc762011addafc30c653c938048f4
-
+
https://github.com/dotnet/arcade
- b1c2f33f0cef32d1df6e7f388017fd6761d3fcad
+ a11024c8c22cc762011addafc30c653c938048f4
-
+
https://github.com/dotnet/arcade
- b1c2f33f0cef32d1df6e7f388017fd6761d3fcad
+ a11024c8c22cc762011addafc30c653c938048f4
https://github.com/aspnet/Extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index a30224ee0d..a130466ec1 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -50,7 +50,7 @@
-->
- 1.0.0-beta.19404.1
+ 1.0.0-beta.19411.1
3.3.0-beta2-19407-12
diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml
index f657a4dc91..91621cf88f 100644
--- a/eng/common/templates/job/execute-sdl.yml
+++ b/eng/common/templates/job/execute-sdl.yml
@@ -10,6 +10,8 @@ jobs:
displayName: Run SDL tool
variables:
- group: DotNet-VSTS-Bot
+ pool:
+ name: Hosted VS2017
steps:
- checkout: self
clean: true
diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml
index 33db50ce26..aba0b0fcaf 100644
--- a/eng/common/templates/post-build/post-build.yml
+++ b/eng/common/templates/post-build/post-build.yml
@@ -52,6 +52,7 @@ stages:
filePath: eng\common\sdk-task.ps1
arguments: -task SigningValidation -restore -msbuildEngine dotnet
/p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts'
+ /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt'
/p:Configuration=Release
- ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}:
diff --git a/global.json b/global.json
index 64afa6336e..2d26e775e7 100644
--- a/global.json
+++ b/global.json
@@ -24,7 +24,7 @@
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.15.2",
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19404.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19404.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19411.1"
}
}