Browse Source

print environment vars.

Dan Walmsley 7 years ago
parent
commit
a13b170ca5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      azure-pipelines.yml

+ 2 - 0
azure-pipelines.yml

@@ -11,6 +11,7 @@ jobs:
   
   
   - script: |
   - script: |
       dotnet --info
       dotnet --info
+      printenv
       ./build.sh --target "Azure-Linux" --configuration "Release"
       ./build.sh --target "Azure-Linux" --configuration "Release"
      
      
 - job: macOS
 - job: macOS
@@ -32,6 +33,7 @@ jobs:
 
 
   - script: |
   - script: |
       dotnet --info
       dotnet --info
+      printenv 
       ./build.sh --target "Azure-OSX" --configuration "Release"
       ./build.sh --target "Azure-OSX" --configuration "Release"
 
 
 - job: Windows
 - job: Windows