Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.build
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2022-01-18 22:50:44 +0300
committerBret Johnson <bret.johnson@microsoft.com>2022-01-18 22:50:44 +0300
commit1d122787dcce92a44ee734f3daae6b3d2ae7ce5e (patch)
treed5e5cf3988a757e5f92d5e5e2a04de6850b57e54 /.build
parent9678bf3f23476897a0e7d7878d92d3f635e41329 (diff)
Show .net env info in CI, for testing
Diffstat (limited to '.build')
-rw-r--r--.build/automation/stages/validate.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.build/automation/stages/validate.yml b/.build/automation/stages/validate.yml
index a94ce40..0f7662f 100644
--- a/.build/automation/stages/validate.yml
+++ b/.build/automation/stages/validate.yml
@@ -62,6 +62,11 @@ stages:
inputs:
version: 6.0.101
+ - bash: |
+ which dotnet
+ dotnet --list-sdks
+ displayName: Show environment info
+
- task: NuGetAuthenticate@0
- task: CmdLine@1