Skip to content

Commit

Permalink
Update NuGet unstable feeds to point to recent RC2 (OmniSharp#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterblazejewicz committed May 13, 2016
1 parent 3b28476 commit c0dd421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/_nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<!--To inherit the global NuGet package sources remove the <clear /> line below -->
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" /><% if(unstable){ %>
<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrelease/api/v3/index.json" /><% } %>
<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrc2/api/v3/index.json" /><% } %>
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion test/subgenerators.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('Subgenerators without arguments tests', function() {
var filename = 'NuGet.config';
util.goCreateWithArgs('nuget', [arg]);
util.fileCheck('should create ' + filename + ' file with unstable feed', filename);
util.fileContentCheck(filename, 'Check file content for unstable feed', /https:\/\/www\.myget\.org\/F\/aspnetrelease\/api\/v3/);
util.fileContentCheck(filename, 'Check file content for unstable feed', /https:\/\/www\.myget\.org\/F\/aspnetrc2\/api\/v3/);
});

describe('aspnet:readme creates README.md', function() {
Expand Down

0 comments on commit c0dd421

Please sign in to comment.