integrate @krwq 's moniker/compile version changes
unset the hardcoded channel fix version badge version fix a capitalization fix the archives Update filenames of zip files to have the correct versions move version gen
This commit is contained in:
parent
f596b8ddce
commit
71b78a9c68
4 changed files with 27 additions and 21 deletions
|
@ -375,7 +375,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
}
|
||||
|
||||
// Generate .version file
|
||||
var version = buildVersion.SimpleVersion;
|
||||
var version = buildVersion.NuGetVersion;
|
||||
var content = $@"{c.BuildContext["CommitHash"]}{Environment.NewLine}{version}{Environment.NewLine}";
|
||||
File.WriteAllText(Path.Combine(outputDir, ".version"), content);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue