[WIP] Removal of additional package feeds set by default (#1561)
Removal of additional package feeds set by default
This commit is contained in:
parent
26f838049c
commit
ca9216c97d
2 changed files with 3 additions and 9 deletions
|
@ -136,9 +136,11 @@ namespace EndToEnd.Tests
|
|||
.Execute(newArgs)
|
||||
.Should().Pass();
|
||||
|
||||
// Work-around for MVC template test until ASP.Net publishes Preview 5 'Microsoft.AspNetCore.Mvc.NewtonsoftJson' to NuGet.org
|
||||
string restoreArgs = string.Equals(templateName, "mvc", StringComparison.OrdinalIgnoreCase) ? "/p:RestoreAdditionalProjectSources=https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" : "";
|
||||
new RestoreCommand()
|
||||
.WithWorkingDirectory(projectDirectory)
|
||||
.Execute()
|
||||
.Execute(restoreArgs)
|
||||
.Should().Pass();
|
||||
|
||||
new BuildCommand()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue