Merge pull request #11128 from dotnet/marcpopMSFT-addmauiworkloadfeed
add maui workload feed
This commit is contained in:
commit
058ad5c832
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -63,6 +63,18 @@ With development builds, internal NuGet feeds are necessary for some scenarios (
|
|||
```
|
||||
**Note:** that you may need to add the dotnet5 feed for a short period of time while .NET transitions to .NET 6
|
||||
|
||||
**For .NET 6 Optional workloads**
|
||||
|
||||
We strongly recommend using `--skip-manifest-update` with `dotnet workload install` as otherwise you could pick up a random build of various workloads as we'll automatically update to the newest one available on the feed.
|
||||
|
||||
```
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="maui" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
```
|
||||
|
||||
**For .NET 5 builds**
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue