mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Change Atom.RunTests to Atom.SkipTests to not require it in build defs
This commit is contained in:
@@ -41,7 +41,7 @@ phases:
|
||||
CI: true
|
||||
CI_PROVIDER: VSTS
|
||||
displayName: Run tests
|
||||
condition: and(succeeded(), eq(variables['Atom.RunTests'], 'true'))
|
||||
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
|
||||
|
||||
- script: |
|
||||
cp $(Build.SourcesDirectory)/out/*.zip $(Build.ArtifactStagingDirectory)
|
||||
|
||||
Reference in New Issue
Block a user