Skip to content
Permalink
Browse files
Add warning out this being unavailable
Keeping the page for now because we might restore this functionality via the AppVeyor package feed feature.
  • Loading branch information
jonorossi committed Jun 14, 2017
1 parent 78820bf commit d30be4a
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,3 +1,5 @@
:warning: **Pre-Release Feed Unavailable:** As of 2017-06-11 we no longer use TeamCity for our builds and this server has been decommissioned, therefore the NuGet package feed is no longer available.

# Getting Pre-Release Castle Packages

Released versions of the various Castle projects are published to public feeds on [NuGet](http://www.nuget.org) (the recommended way to consume Castle projects) or can be downloaded directly from the GitHub Releases pages for [Castle Core](https://github.com/castleproject/Core/releases) and [Castle Windsor](https://github.com/castleproject/Windsor/releases). However, sometimes clients may need functionality or bug fixes that have been built, but are not yet released, so the Castle Project provides access to pre-release builds as they are produced by the continuous integration server.
@@ -29,4 +31,4 @@ Now pre-release packages can be added to projects from within Visual Studio. Ope

(Or similarly for other packages.) The **-IncludePrerelease** flag ensures that the pre-release versions will be considered. Otherwise, only released packages will be installed.

![](images/installing-pre-release-package.png)
![](images/installing-pre-release-package.png)

0 comments on commit d30be4a

Please sign in to comment.