Change Atom.RunTests to Atom.SkipTests to not require it in build defs

This commit is contained in:
David Wilson
2018-08-02 07:24:46 -07:00
parent 8f006cab61
commit cf79c545c8
3 changed files with 3 additions and 3 deletions

View File

@@ -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)