mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add release logic to ymls (#8450)
* adding releasing logic via tagging * add dep for releasing * fix name * minor fixes
This commit is contained in:
@@ -420,10 +420,6 @@ steps:
|
||||
displayName: 'Tag build if scheduled'
|
||||
condition: and(in(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['Build.Reason'], 'Schedule'))
|
||||
|
||||
- powershell: 'Write-Host "##vso[build.addbuildtag]AutoRelease" '
|
||||
displayName: 'Tag build for AutoRelease if needed'
|
||||
condition: and(in(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['AUTO_RELEASE'], 'true'))
|
||||
|
||||
- powershell: 'Write-Host "##vso[build.addbuildtag]PerfTestCandidate" '
|
||||
displayName: 'Tag build for PerfTestCandidate if needed'
|
||||
condition: and(in(variables['Agent.JobStatus'], 'Succeeded'), eq(variables['VSCODE_QUALITY'], 'insider'))
|
||||
|
||||
Reference in New Issue
Block a user