From aa5bbeaf69e73001e4ca89b28dff774b281cc3c8 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Wed, 31 Jul 2019 12:54:08 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20190730.3 (#1487)
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19380.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19380.3
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19380.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19380.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19380.3
---
eng/Version.Details.xml | 20 ++++++++++----------
eng/Versions.props | 6 +++---
eng/common/sdl/packages.config | 2 +-
eng/common/templates/job/execute-sdl.yml | 2 +-
global.json | 4 ++--
5 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 71bb990c..a3d6fbd0 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -63,13 +63,13 @@
https://github.com/dotnet/core-setup
d15a0adeb874801e7bfaa4fbbb306a2efa268497
-
+
https://github.com/dotnet/arcade
- 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d
+ def377f94747dac91482aad67b33a1c011ffc770
-
+
https://github.com/dotnet/arcade
- 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d
+ def377f94747dac91482aad67b33a1c011ffc770
https://github.com/dotnet/corefx
@@ -95,17 +95,17 @@
https://github.com/dotnet/coreclr
c01a9a157d512343ef104bb2b1f97b356e708b11
-
+
https://github.com/dotnet/arcade
- 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d
+ def377f94747dac91482aad67b33a1c011ffc770
-
+
https://github.com/dotnet/arcade
- 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d
+ def377f94747dac91482aad67b33a1c011ffc770
-
+
https://github.com/dotnet/arcade
- 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d
+ def377f94747dac91482aad67b33a1c011ffc770
diff --git a/eng/Versions.props b/eng/Versions.props
index ee79fadb..82da89a8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -40,9 +40,9 @@
- 1.0.0-beta.19379.29
- 1.0.0-beta.19379.29
- 1.0.0-beta.19379.29
+ 1.0.0-beta.19380.3
+ 1.0.0-beta.19380.3
+ 1.0.0-beta.19380.3
diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config
index fb9b7128..3f97ac2f 100644
--- a/eng/common/sdl/packages.config
+++ b/eng/common/sdl/packages.config
@@ -1,4 +1,4 @@
-
+
diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml
index 5837f3d5..f657a4dc 100644
--- a/eng/common/templates/job/execute-sdl.yml
+++ b/eng/common/templates/job/execute-sdl.yml
@@ -46,7 +46,7 @@ jobs:
continueOnError: ${{ parameters.continueOnError }}
- ${{ if eq(parameters.overrideParameters, '') }}:
- powershell: eng/common/sdl/execute-all-sdl-tools.ps1
- -GuardianPackageName Microsoft.Guardian.Cli.0.6.0
+ -GuardianPackageName Microsoft.Guardian.Cli.0.7.1
-NugetPackageDirectory $(Build.SourcesDirectory)\.packages
-AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw)
${{ parameters.additionalParameters }}
diff --git a/global.json b/global.json
index 9e341e85..0a4591eb 100644
--- a/global.json
+++ b/global.json
@@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19379.29",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19379.29"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19380.3",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19380.3"
},
"native-tools": {
"strawberry-perl": "5.28.1.1-1",