Skip to content

Commit 5311436

Browse files
authored
Merge pull request #66 from unoplatform/dev/jela/dotnet-urls
ci: Fix .NET download urls
2 parents 843887e + a90cab5 commit 5311436

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/using-uno-check.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ If it finds something missing, out of date, or misconfigured, it will either off
2727
```
2828
For additional options, see below.
2929
30-
1. If you are using Visual Studio 2022 17.2 Preview 4 or later, use the following:
30+
On a mac, you may need to run the command this way:
31+
```
32+
~/.dotnet/tools/uno-check
33+
```
34+
35+
1. If you are using Visual Studio 2022 17.3 Preview 1 or later, use the following:
3136
```
3237
uno-check --pre
3338
```

manifests/uno.ui-preview.manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
"requireExact": false,
9090
"enableWorkloadResolver": true,
9191
"urls": {
92-
"win64": "https://dotnetbuilds.azureedge.net/public/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-win-x64.exe",
93-
"win": "https://dotnetbuilds.azureedge.net/public/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-win-x86.exe",
94-
"osx": "https://dotnetbuilds.azureedge.net/public/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-osx-x64.pkg",
92+
"win64": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
93+
"win": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
94+
"osx": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
9595
"osxArm64": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg"
9696
},
9797
"packageSources": [

0 commit comments

Comments
 (0)