Skip to content

Commit

Permalink
invoke bash
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Nov 9, 2020
1 parent 6bee385 commit e8e4534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8e4534

Please sign in to comment.