summaryrefslogtreecommitdiff
path: root/eng/common/templates
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-25 12:20:07 +0000
committerSantiago Fernandez Madero <safern@microsoft.com>2019-06-25 14:25:33 -0700
commit2a9dee2b041f5d43c06e23007085a9ee7f5b0906 (patch)
treece625dec818c502220029dc592c3edef3a0b5dbf /eng/common/templates
parent86fcae86d32d6b7117a7f7ca6b4788eb1759c867 (diff)
downloadcoreclr-2a9dee2b041f5d43c06e23007085a9ee7f5b0906.tar.gz
coreclr-2a9dee2b041f5d43c06e23007085a9ee7f5b0906.tar.bz2
coreclr-2a9dee2b041f5d43c06e23007085a9ee7f5b0906.zip
Update dependencies from https://github.com/dotnet/arcade build 20190624.24
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19324.24 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19324.24 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19324.24 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19324.24
Diffstat (limited to 'eng/common/templates')
-rw-r--r--eng/common/templates/job/execute-sdl.yml2
1 files changed, 1 insertions, 1 deletions
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 }}