From e8e45349b06a599102249f51f64865ec167b14f0 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Mon, 9 Nov 2020 18:22:58 -0500 Subject: [PATCH] invoke bash --- azure-pipelines.ix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.ix.yml b/azure-pipelines.ix.yml index ec20ed7ff8..6e1b5916ed 100644 --- a/azure-pipelines.ix.yml +++ b/azure-pipelines.ix.yml @@ -40,7 +40,7 @@ stages: $branch = "release/5.0.1xx" $scriptPath = Join-Path $env:AGENT_TOOLSDIRECTORY dotnet-install.sh Invoke-WebRequest -OutFile $scriptPath https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.sh - &"$scriptPath" /channel $branch /architecture x64 + bash "$scriptPath" /channel $branch /architecture x64 $configFile = Join-Path $env:AGENT_TOOLSDIRECTORY NuGet-darc.config # Get the darc feeds needed