V1 - Use new .NET CDN URLs and update to latest install scripts (#569)

* New cdn url changes

* Fix CI failures on macos-latest

* Add Fallback logic

* Fix proxy failures

* Update signed version
This commit is contained in:
HarithaVattikuti
2024-12-26 14:05:33 -06:00
committed by GitHub
parent 608ee757cf
commit 71a4fd9b27
7 changed files with 2029 additions and 1555 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
operating-system: [ubuntu-22.04, windows-latest, macOS-latest]
dotnet-version: ['2.1', '2.2', '3.0', '3.1', '5.0']
steps:
- name: Checkout