Skip to content

Commit e23d8a9

Browse files
committed
Printing os.environ to see what is available in Pipelines
1 parent dafd8e7 commit e23d8a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
is_appveyor = os.environ["APPVEYOR"]
3030
if "System.TeamProjectId" in os.environ:
3131
is_azure = True
32-
print("System.TeamProjectId" in os.environ)
33-
print("TF_BUILD" in os.environ)
32+
print(os.environ)
3433

3534
# Only include the installation dependencies if we are not running on RTD or AppVeyor
3635
if not is_rtd and not is_appveyor and not is_azure:

0 commit comments

Comments
 (0)