Skip to content

Commit 69d6739

Browse files
authored
Fix the daily build links in docs (#55443)
* Fix the daily build links in docs * Update the NuGet feed referenced
1 parent ecea9a3 commit 69d6739

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/workflow/testing/using-your-build.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ assume use of a dogfood build of the .NET SDK.
1616

1717
## Acquire the latest nightly .NET SDK
1818

19-
- [Win 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip)
20-
- [macOS 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz)
21-
- [Others](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries)
19+
- [Win 64-bit Latest](https://aka.ms/dotnet/6.0/daily/dotnet-sdk-win-x64.zip)
20+
- [macOS 64-bit Latest](https://aka.ms/dotnet/6.0/daily/dotnet-sdk-osx-x64.tar.gz)
21+
- [Others](https://github.com/dotnet/installer#installers-and-binaries)
2222

2323
To setup the SDK download the zip and extract it somewhere and add the root folder to your [path](../requirements/windows-requirements.md#adding-to-the-default-path-variable)
2424
or always fully qualify the path to dotnet in the root of this folder for all the instructions in this document.
@@ -73,8 +73,7 @@ dotnet publish
7373
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
7474
<clear />
7575
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
76-
<add key="dotnetcore-feed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
77-
<add key="aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
76+
<add key="dotnet6" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet6/nuget/v3/index.json" />
7877
</packageSources>
7978
</configuration>
8079
```

0 commit comments

Comments
 (0)