提交 9d330b4a 编写于 作者: A Ashish Kumar Singh

Update azure-pipelines1.yml for Azure Pipelines

上级 1e4e4251
......@@ -94,3 +94,27 @@ stages:
-TsaRepositoryName "wpf"
-TsaCodebaseName "wpf"
-TsaPublish $True'
- stage: DrtTesting
displayName: DrtTesting
jobs:
- job: DownloadTestsZip
steps:
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'specific'
project: '7ea9116e-9fac-403d-b258-b31fcf1bb293'
definition: '479'
buildVersionToDownload: 'specific'
pipelineId: '1702475'
artifactName: 'Tests.Release.x64.zip'
targetPath: '$(Pipeline.Workspace)\testszip\'
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'specific'
project: '7ea9116e-9fac-403d-b258-b31fcf1bb293'
definition: '479'
buildVersionToDownload: 'specific'
pipelineId: '1702475'
artifactName: 'Tests.Release.x86.zip'
targetPath: '$(Pipeline.Workspace)\testszip\'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册