Add release logic to ymls (#8450)

* adding releasing logic via tagging

* add dep for releasing

* fix name

* minor fixes
This commit is contained in:
Anthony Dresser
2019-11-22 19:26:31 -08:00
committed by GitHub
parent 78731e0c8c
commit fb3b7be9e5
5 changed files with 16 additions and 12 deletions

View File

@@ -183,10 +183,6 @@ steps:
displayName: 'Add scheduled tag if needed'
condition: and(in(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['Build.Reason'], 'Schedule'))
- script: 'echo "##vso[build.addbuildtag]AutoRelease" '
displayName: 'Add AutoRelease tag if needed copy'
condition: and(in(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['AUTO_RELEASE'], 'true'))
- script: 'echo "##vso[build.addbuildtag]PerfTestCandidate" '
displayName: 'Add PerfTestCandidate tag if needed'
condition: and(in(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['VSCODE_QUALITY'], 'insider'))