From 2a55ac46eef5d83fe1bea8407af1f16f1b3d1601 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:54:37 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20190807.9 (#3862) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19407.9 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/job/execute-sdl.yml | 2 ++ global.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f539a340e..422be2ed1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c155e609f88491128e1a66d09f413062f3344d4b + 77597ba7f484bef24368d966b7fe91fe38ec973b diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index f657a4dc9..91621cf88 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/global.json b/global.json index 43d7baba7..3e645315e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19406.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9" } }