mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
always upload atom windows.zip for x64
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
artifacts:
|
||||
- fileName: atom$(FileID)-windows.zip
|
||||
fileDir: $(Build.SourcesDirectory)/out
|
||||
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
|
||||
condition: and( succeeded(), or( eq(variables['BUILD_ARCH'], 'x64'), ne(variables['Build.Reason'], 'PullRequest') ) )
|
||||
- fileName: AtomSetup$(FileID).exe
|
||||
fileDir: $(Build.SourcesDirectory)/out
|
||||
condition: and(succeeded(), eq(variables['IsReleaseBranch'], 'true'))
|
||||
|
||||
Reference in New Issue
Block a user