Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-07-02 16:05:50 +0300
committerGitHub <noreply@github.com>2019-07-02 16:05:50 +0300
commit39f4784b772808f068c6ad2020adbc837d4849b6 (patch)
treeb609fefea43a2b5887fa5299421ea2c4b1ff8bce /eng/common/templates/job/execute-sdl.yml
parentad50be35d77057b43076325d470e8431fb7cebd5 (diff)
[master] Update dependencies from dotnet/arcade (#637)
* Update dependencies from https://github.com/dotnet/arcade build 20190624.24 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19324.24 * Update dependencies from https://github.com/dotnet/arcade build 20190626.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2 * Update dependencies from https://github.com/dotnet/arcade build 20190626.44 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.44 * Update dependencies from https://github.com/dotnet/arcade build 20190627.39 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19327.39 * Update dependencies from https://github.com/dotnet/arcade build 20190628.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19328.2 * Update dependencies from https://github.com/dotnet/arcade build 20190629.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19329.2 * Update dependencies from https://github.com/dotnet/arcade build 20190630.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1 * Update dependencies from https://github.com/dotnet/arcade build 20190701.4 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19351.4
Diffstat (limited to 'eng/common/templates/job/execute-sdl.yml')
-rw-r--r--eng/common/templates/job/execute-sdl.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml
index acb4c55d7..5837f3d56 100644
--- a/eng/common/templates/job/execute-sdl.yml
+++ b/eng/common/templates/job/execute-sdl.yml
@@ -20,6 +20,16 @@ jobs:
downloadType: specific files
matchingPattern: "**"
downloadPath: $(Build.SourcesDirectory)\artifacts
+ - powershell: eng/common/sdl/extract-artifact-packages.ps1
+ -InputPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts
+ -ExtractPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts
+ displayName: Extract Blob Artifacts
+ continueOnError: ${{ parameters.continueOnError }}
+ - powershell: eng/common/sdl/extract-artifact-packages.ps1
+ -InputPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts
+ -ExtractPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts
+ displayName: Extract Package Artifacts
+ continueOnError: ${{ parameters.continueOnError }}
- task: NuGetToolInstaller@1
displayName: 'Install NuGet.exe'
- task: NuGetCommand@2
@@ -36,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.3.2
+ -GuardianPackageName Microsoft.Guardian.Cli.0.6.0
-NugetPackageDirectory $(Build.SourcesDirectory)\.packages
-AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw)
${{ parameters.additionalParameters }}