put all deb packages in the same root, small fix to package tool, renable upgrade tests

This commit is contained in:
Bryan Thornbury 2016-03-22 11:14:29 -07:00
parent ad2f1991b8
commit 6ed82a1a3f
6 changed files with 11 additions and 9 deletions

View file

@ -49,7 +49,7 @@ namespace Microsoft.DotNet.Cli.Build
"-m", manPagesDir,
"--framework-nuget-name", Monikers.SharedFrameworkName,
"--framework-nuget-version", c.BuildContext.Get<string>("SharedFrameworkNugetVersion"),
//"--previous-version-url", previousVersionURL,
"--previous-version-url", previousVersionURL,
"--obj-root", objRoot)
.Execute()
.EnsureSuccessful();