Add CI_PROVIDER env variable to test tasks

This commit is contained in:
David Wilson
2018-07-06 11:00:25 -07:00
parent 7750b8c7f0
commit 5917800fb9
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ phases:
script/test
env:
CI: true
CI_PROVIDER: VSTS
displayName: Run tests
# This step is necessary in the short term due to a bug in the *NIX

View File

@@ -31,6 +31,7 @@ phases:
caffeinate -s script/test # Run with caffeinate to prevent screen saver
env:
CI: true
CI_PROVIDER: VSTS
displayName: Run tests
# This step is necessary in the short term due to a bug in the *NIX

View File

@@ -36,6 +36,7 @@ phases:
- script: script\test.cmd
env:
CI: true
CI_PROVIDER: VSTS
displayName: Run tests
- task: CopyFiles@2