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
|
@ -625,9 +625,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
outputDir,
|
||||
"--configuration",
|
||||
configuration,
|
||||
Path.Combine(c.BuildContext.BuildDirectory, "src", project),
|
||||
"--version-suffix",
|
||||
buildVersion.VersionSuffix)
|
||||
Path.Combine(c.BuildContext.BuildDirectory, "src", project))
|
||||
.Environment("DOTNET_BUILD_VERSION", buildVersion.VersionSuffix)
|
||||
.Execute()
|
||||
.EnsureSuccessful();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue