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-19 00:00:05 +0300
committerBret Johnson <bret.johnson@microsoft.com>2022-01-19 00:00:05 +0300
commit661cf85f1f142531d2f3a8521d5c520f3bed6ad0 (patch)
treedc7084903a2106b003bc9d968584b6561f785c46 /.build
parent1d122787dcce92a44ee734f3daae6b3d2ae7ce5e (diff)
Add dotnet to path
Diffstat (limited to '.build')
-rw-r--r--.build/automation/stages/validate.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.build/automation/stages/validate.yml b/.build/automation/stages/validate.yml
index 0f7662f..1b778ec 100644
--- a/.build/automation/stages/validate.yml
+++ b/.build/automation/stages/validate.yml
@@ -63,6 +63,10 @@ stages:
version: 6.0.101
- bash: |
+ export PATH=/usr/local/share/dotnet:$(PATH)
+ displayName: Add dotnet to path
+
+ - bash: |
which dotnet
dotnet --list-sdks
displayName: Show environment info