Skip to content

Commit

Permalink
use sh
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Nov 9, 2020
1 parent f74af0d commit 6bee385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ stages:
# includePreviewVersions: true
- pwsh: |
$branch = "release/5.0.1xx"
$scriptPath = Join-Path $env:AGENT_TOOLSDIRECTORY dotnet-install.ps1
Invoke-WebRequest -OutFile $scriptPath https://raw.githubusercontent.com/dotnet/install-scripts/master/src/dotnet-install.ps1
&"$scriptPath" -Channel $branch -Architecture x64
$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
$configFile = Join-Path $env:AGENT_TOOLSDIRECTORY NuGet-darc.config
# Get the darc feeds needed
Expand Down

0 comments on commit 6bee385

Please sign in to comment.