summaryrefslogtreecommitdiff
path: root/eng/common/templates/post-build/channels/netcore-tools-latest.yml
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-08-19 09:33:44 -0700
committerAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2019-08-19 09:33:44 -0700
commit7584f64f4d7574b83bea48d81772f97ffff21724 (patch)
tree07511858e3671f0bfaf9ade61cbd19df5ea81fc5 /eng/common/templates/post-build/channels/netcore-tools-latest.yml
parentc4df438b025beeb73b8d415f479eeef2020f5e91 (diff)
downloadcoreclr-7584f64f4d7574b83bea48d81772f97ffff21724.tar.gz
coreclr-7584f64f4d7574b83bea48d81772f97ffff21724.tar.bz2
coreclr-7584f64f4d7574b83bea48d81772f97ffff21724.zip
[release/3.0] Update dependencies from dotnet/arcade (#26205)
* Update dependencies from https://github.com/dotnet/arcade build 20190815.27 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19415.27 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19415.27 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19415.27 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19415.27 * Update dependencies from https://github.com/dotnet/arcade build 20190816.16 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19416.16 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19416.16 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19416.16 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19416.16
Diffstat (limited to 'eng/common/templates/post-build/channels/netcore-tools-latest.yml')
-rw-r--r--eng/common/templates/post-build/channels/netcore-tools-latest.yml17
1 files changed, 14 insertions, 3 deletions
diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml
index fd6c09b227..982ee00627 100644
--- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml
+++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml
@@ -1,5 +1,7 @@
parameters:
enableSymbolValidation: true
+ symbolPublishingAdditionalParameters: ''
+ artifactsPublishingAdditionalParameters: ''
stages:
- stage: NetCore_Tools_Latest_Publish
@@ -20,10 +22,16 @@ stages:
vmImage: 'windows-2019'
steps:
- task: DownloadBuildArtifacts@0
- displayName: Download Artifacts
+ displayName: Download Blob Artifacts
+ inputs:
+ artifactName: 'BlobArtifacts'
+ continueOnError: true
+
+ - task: DownloadBuildArtifacts@0
+ displayName: Download PDB Artifacts
inputs:
- downloadType: specific files
- matchingPattern: "*Artifacts*"
+ artifactName: 'PDBArtifacts'
+ continueOnError: true
- task: PowerShell@2
displayName: Publish
@@ -34,7 +42,9 @@ stages:
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
/p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/'
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
+ /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
/p:Configuration=Release
+ ${{ parameters.symbolPublishingAdditionalParameters }}
- job:
displayName: Publish Assets
@@ -92,6 +102,7 @@ stages:
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
/p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/'
/p:Configuration=Release
+ ${{ parameters.artifactsPublishingAdditionalParameters }}
- task: NuGetCommand@2
displayName: Publish Packages to AzDO Feed