make versions consistent for PackCommand, add back * to test packages, remove --version-suffix from publish
This commit is contained in:
parent
51968b7105
commit
abc155e273
7 changed files with 7 additions and 9 deletions
|
@ -162,7 +162,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
var versionSuffix = testPackageProject.VersionSuffix;
|
||||
if (versionSuffix.Equals(s_testPackageBuildVersionSuffix))
|
||||
{
|
||||
versionSuffix = c.BuildContext.Get<BuildVersion>("BuildVersion").VersionSuffix;
|
||||
versionSuffix = c.BuildContext.Get<BuildVersion>("BuildVersion").CommitCountString;
|
||||
}
|
||||
|
||||
var fullPath = Path.Combine(c.BuildContext.BuildDirectory, relativePath.Replace('/', Path.DirectorySeparatorChar));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue