ToUpper
This commit is contained in:
parent
ddb3637c26
commit
e6905da2b3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
public override bool Execute()
|
||||
{
|
||||
OutputGuid = GenerateGuid(Name).ToString();
|
||||
OutputGuid = GenerateGuid(Name).ToString().ToUpper();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue