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 01:01:16 +0300
committerBret Johnson <bret.johnson@microsoft.com>2022-01-19 01:01:16 +0300
commitb99d94f7af0cc5e1960b0d2f650f3a8aa06031f0 (patch)
tree8df3cb11abe0e7deb47d88678e563f034cf8eff0
parent36ffdfcf9d984d2071db3c62dcd066df679cb8e6 (diff)
Remove debugging pipeline step
-rw-r--r--.build/automation/stages/validate.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.build/automation/stages/validate.yml b/.build/automation/stages/validate.yml
index 4d4b44a..d8b3982 100644
--- a/.build/automation/stages/validate.yml
+++ b/.build/automation/stages/validate.yml
@@ -55,23 +55,6 @@ stages:
clean: true
persistCredentials: true
- # Using the provisionator to switch to .NET6 doesn't currently work for some reason on Mac agents -
- # it's only .NET5 and earlier SDKS listed after running it. So use the AzDO task instead.
- - task: UseDotNet@2
- displayName: 'Use .Net Core sdk 6.0.101'
- inputs:
- version: 6.0.101
-
- - bash: |
- export PATH=/usr/local/share/dotnet:$(PATH)
- displayName: Add dotnet to path
-
- - bash: |
- which dotnet
- dotnet --list-sdks
- printenv DOTNET_ROOT
- displayName: Show environment info
-
- task: NuGetAuthenticate@0
- task: CmdLine@1