mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Fix wrong VSTS variable name
This commit is contained in:
@@ -48,7 +48,7 @@ async function getReleaseVersion () {
|
||||
buildBranch.startsWith('electron-') ||
|
||||
buildBranch === 'master' && !process.env.SYSTEM_PULLREQUEST_PULLREQUESTNUMBER
|
||||
console.log(`##vso[task.setvariable variable=IsReleaseBranch;isOutput=true]${isReleaseBranch}`)
|
||||
console.log(`##vso[task.setvariable variable=IsSignedBuildBranch;isOutput=true]${isSignedZipBranch}`)
|
||||
console.log(`##vso[task.setvariable variable=IsSignedZipBranch;isOutput=true]${isSignedZipBranch}`)
|
||||
}
|
||||
|
||||
getReleaseVersion()
|
||||
|
||||
Reference in New Issue
Block a user