Skip to content

Commit

Permalink
[ci] Mention new NuGet feed and release (#153)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pjcollins committed Feb 10, 2022
1 parent 85ae77f commit a7f4d30
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,19 @@ to clarify expected behavior in our community. For more information, see the
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).
To download one of these packages, navigate to the build you are interested in and click on the `Artifacts` button.

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

```xml
<configuration>
<packageSources>
<add
key="xamarin-android"
value="https://www.myget.org/F/xamarin-android/api/v3/index.json"
/>
<add key="Xamarin.Android" value="https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
</packageSources>
</configuration>
```

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.

# Mailing Lists

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

0 comments on commit a7f4d30

Please sign in to comment.