Skip to content

Commit a7f4d30

Browse files
authored
[ci] Mention new NuGet feed and release (#153)
Context: xamarin/provisionator#447 A [Release Pipeline][0] has been created to push new versions of `Xamarin.Android.Tools.AndroidSdk.nupkg` for projects that depend on it. [0]: https://dev.azure.com/xamarin/public/_release?_a=releases&view=mine&definitionId=12
1 parent 85ae77f commit a7f4d30

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,19 @@ to clarify expected behavior in our community. For more information, see the
8787
Xamarin.Android.Tools.AndroidSdk nupkg files are produced for every build which occurrs on [Azure Devops](https://dev.azure.com/xamarin/Xamarin/_build?definitionId=2&_a=summary).
8888
To download one of these packages, navigate to the build you are interested in and click on the `Artifacts` button.
8989

90-
Alternatively, "unofficial" releases are currently hosted on MyGet.
90+
Alternatively, "unofficial" releases are currently hosted on the [Xamarin.Android](https://dev.azure.com/xamarin/public/_packaging?_a=feed&feed=Xamarin.Android) feed.
9191
Add the feed to your project's `NuGet.config` to reference these packages:
9292

9393
```xml
9494
<configuration>
9595
<packageSources>
96-
<add
97-
key="xamarin-android"
98-
value="https://www.myget.org/F/xamarin-android/api/v3/index.json"
99-
/>
96+
<add key="Xamarin.Android" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
10097
</packageSources>
10198
</configuration>
10299
```
103100

101+
An Azure Pipelines [Release ](https://dev.azure.com/xamarin/public/_release?view=mine&_a=releases&definitionId=12) can be manually triggered to push a new version to this feed.
102+
104103
# Mailing Lists
105104

106105
To discuss this project, and participate in the design, we use the

0 commit comments

Comments
 (0)