浏览代码

Update MyGet feed to the dotnet foundation tenant

Oren Novotny 9 年之前
父节点
当前提交
3e73cdb1e0
共有 2 个文件被更改,包括 9 次插入4 次删除
  1. 6 1
      README.md
  2. 3 3
      appveyor.yml

+ 6 - 1
README.md

@@ -5,13 +5,18 @@ Channel  | Rx | Ix |
 -------- | :------------: | :-------------: |
 AppVeyor<br>([home](https://ci.appveyor.com/project/dotnetfoundation/rx-net)) | ![#](https://img.shields.io/appveyor/ci/dotnetfoundation/rx-net/master.svg) | ![#](https://img.shields.io/appveyor/ci/dotnetfoundation/rx-net/master.svg) 
 NuGet.org | ![#](https://img.shields.io/nuget/v/Rx-Main.svg) | ![#](https://img.shields.io/nuget/v/Ix-Main.svg) 
-MyGet<br>([gallery](https://www.myget.org/gallery/rxnet)) | ![#](https://img.shields.io/myget/rxnet/vpre/System.Reactive.svg)<br>![#](https://img.shields.io/myget/rxnet/v/System.Reactive.svg) | ![#](https://img.shields.io/myget/rxnet/vpre/System.Interactive.svg)<br>![#](https://img.shields.io/myget/rxnet/v/System.Interactive.svg)  
+MyGet<br>([gallery](https://dotnet.myget.org/gallery/rx)) | ![#](https://img.shields.io/dotnet.myget/rx/vpre/System.Reactive.svg)<br>![#](https://img.shields.io/dotnet.myget/rx/v/System.Reactive.svg) | ![#](https://img.shields.io/dotnet.myget/rx/vpre/System.Interactive.svg)<br>![#](https://img.shields.io/dotnet.myget/rx/v/System.Interactive.svg)  
 
 ### Join the conversation
 
 Catch us in the #rx and #ix channels over in the [.NET Slack](http://tattoocoder.com/aspnet-slack-sign-up/).
 [![.NET Slack Status](https://aspnetcoreslack.herokuapp.com/badge.svg?2)](http://tattoocoder.com/aspnet-slack-sign-up/) 
 
+### Get nightly builds
+- NuGet v3 feed url (VS 2015+): `https://dotnet.myget.org/F/rx/api/v3/index.json`
+- NuGet v2 feed url (VS 2012+): `https://dotnet.myget.org/F/rx/`
+- Symbol server url: `https://dotnet.myget.org/F/rx/symbols/
+
 A Brief Intro
 -------------------
 

+ 3 - 3
appveyor.yml

@@ -14,9 +14,9 @@ artifacts:
   
 deploy:
   provider: NuGet
-  server: https://www.myget.org/F/rxnet/api/v2/package
+  server: https://dotnet.myget.org/F/rx/api/v2/package
   on:
     branch: master  
   api_key:
-    secure: sFDl4GgLoro7GqbxyymM6wukuWmHYs1/USAYkhrYQl3NwQRu53Rnz1kJyAk9ux4D
-  symbol_server: https://www.myget.org/F/rxnet/symbols/api/v2/package
+    secure: 5qZfZf9XVtN+h/UHwocrEBZjaZCajJg9fZbLDPigoew1NG7PzWQxMv1kLQJW6eWE
+  symbol_server: https://dotnet.myget.org/F/rx/symbols/api/v2/package