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()
|
public override bool Execute()
|
||||||
{
|
{
|
||||||
OutputGuid = GenerateGuid(Name).ToString();
|
OutputGuid = GenerateGuid(Name).ToString().ToUpper();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue