Skip to content

Commit

Permalink
[devops] Remove installation of .NET 5.
Browse files Browse the repository at this point in the history
It doesn't look like we need it anymore, and in any case it fails to install on ARM64:

> ##[error]Download URL for .Net Core sdk version 5.0.408 could not be found for the following OS platforms (rid): osx-arm64,osx-arm64

From: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9486716&view=logs&jobId=2ad83a99-f770-5ec5-96c6-63e16b4bb697&j=2ad83a99-f770-5ec5-96c6-63e16b4bb697&t=5c4dfcb8-6d0a-532a-9705-12b94c390bf5
  • Loading branch information
rolfbjarne authored and vs-mobiletools-engineering-service2 committed Jun 4, 2024
1 parent 2c8537e commit 3041824
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/devops/automation/templates/build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ steps:
MacDeveloper: $(mac-developer)
HostedMacKeychainPassword: ${{ parameters.keyringPass }}

- task: UseDotNet@2
inputs:
packageType: sdk
version: 5.x
displayName: 'Install .NET 5.x SDK'

- task: xamops.azdevex.provisionator-task.provisionator@2
displayName: 'Provision Brew components'
inputs:
Expand Down

0 comments on commit 3041824

Please sign in to comment.