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:
@@ -36,7 +36,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'))
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user