put all deb packages in the same root, small fix to package tool, renable upgrade tests
This commit is contained in:
parent
ad2f1991b8
commit
6ed82a1a3f
6 changed files with 11 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue