From b43f4d03f8c432310e197accf0867fc35283b262 Mon Sep 17 00:00:00 2001
From: dotnet-maestro <@dotnet-maestro>
Date: Tue, 25 Jun 2019 12:39:45 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20190624.24
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19324.24
---
NuGet.config | 4 ++--
eng/Version.Details.xml | 4 ++--
eng/common/sdl/packages.config | 2 +-
eng/common/templates/job/execute-sdl.yml | 2 +-
global.json | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/NuGet.config b/NuGet.config
index 82a63c98ad..e1c60c2510 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -1,4 +1,4 @@
-
+
@@ -7,4 +7,4 @@
-
\ No newline at end of file
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 309516901a..aabc336240 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- 9946534da4f73e6242ca105f6798ab58119c9ab0
+ 062febd818fa51e82c7192782a6b6e6429cc81c8
diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config
index b054737df1..fb9b712863 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 acb4c55d73..39a8e80838 100644
--- a/eng/common/templates/job/execute-sdl.yml
+++ b/eng/common/templates/job/execute-sdl.yml
@@ -36,7 +36,7 @@ jobs:
continueOnError: ${{ parameters.continueOnError }}
- ${{ if eq(parameters.overrideParameters, '') }}:
- powershell: eng/common/sdl/execute-all-sdl-tools.ps1
- -GuardianPackageName Microsoft.Guardian.Cli.0.3.2
+ -GuardianPackageName Microsoft.Guardian.Cli.0.6.0
-NugetPackageDirectory $(Build.SourcesDirectory)\.packages
-AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw)
${{ parameters.additionalParameters }}
diff --git a/global.json b/global.json
index d165f35825..4f3d89d8c1 100644
--- a/global.json
+++ b/global.json
@@ -7,6 +7,6 @@
"xcopy-msbuild": "15.9.0-alpha"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19323.4"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19324.24"
}
}