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
diff options
context:
space:
mode:
authorBret Johnson <bret.johnson@microsoft.com>2022-01-19 00:20:57 +0300
committerBret Johnson <bret.johnson@microsoft.com>2022-01-19 00:20:57 +0300
commit3ad7445dcc1a344ca048cfb13176a6568e7da11a (patch)
tree60d8bbe667cf25d6fc17671c3a3070e878156122
parent661cf85f1f142531d2f3a8521d5c520f3bed6ad0 (diff)
Make provisionator use .net root
-rw-r--r--.build/automation/stages/validate.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.build/automation/stages/validate.yml b/.build/automation/stages/validate.yml
index 1b778ec..4d4b44a 100644
--- a/.build/automation/stages/validate.yml
+++ b/.build/automation/stages/validate.yml
@@ -69,6 +69,7 @@ stages:
- bash: |
which dotnet
dotnet --list-sdks
+ printenv DOTNET_ROOT
displayName: Show environment info
- task: NuGetAuthenticate@0