Skip to content

Commit

Permalink
Merge pull request #66 from unoplatform/dev/jela/dotnet-urls
Browse files Browse the repository at this point in the history
ci: Fix .NET download urls
  • Loading branch information
jeromelaban authored May 20, 2022
2 parents 843887e + a90cab5 commit 5311436
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion doc/using-uno-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ If it finds something missing, out of date, or misconfigured, it will either off
```
For additional options, see below.
1. If you are using Visual Studio 2022 17.2 Preview 4 or later, use the following:
On a mac, you may need to run the command this way:
```
~/.dotnet/tools/uno-check
```
1. If you are using Visual Studio 2022 17.3 Preview 1 or later, use the following:
```
uno-check --pre
```
Expand Down
6 changes: 3 additions & 3 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"requireExact": false,
"enableWorkloadResolver": true,
"urls": {
"win64": "https://dotnetbuilds.azureedge.net/public/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-win-x64.exe",
"win": "https://dotnetbuilds.azureedge.net/public/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-win-x86.exe",
"osx": "https://dotnetbuilds.azureedge.net/public/Sdk/$(DOTNET_SDK_VERSION)/dotnet-sdk-$(DOTNET_SDK_VERSION)-osx-x64.pkg",
"win64": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
"win": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
"osx": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
"osxArm64": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg"
},
"packageSources": [
Expand Down

0 comments on commit 5311436

Please sign in to comment.