Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 8, 2024
1 parent 213e652 commit 8714b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pool:
steps:
- pwsh: Get-PSDrive -PSProvider FileSystem
- pwsh: |
iwr 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
iwr 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1' -Architecture x64
./dotnet-install.ps1 -InstallDir "$PWD/.dotnet" -Version '$(dotnet_version)' -Verbose
- pwsh: |
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir "$PWD/.dotnet" --version '$(dotnet_version)' --verbose
Expand Down

0 comments on commit 8714b5f

Please sign in to comment.