Skip to content

Commit d9bdeac

Browse files
committed
Replace : character with _ in Gauntlet device names
1 parent 7c9f35d commit d9bdeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UET/Redpoint.Uet.BuildPipeline.Providers.Test/Plugin/ProjectPackage/ProjectPackagePluginTestProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ public async Task<int> ExecuteBuildGraphNodeAsync(
587587
$$"""
588588
[
589589
{
590-
"Name": "{{deviceId}}",
590+
"Name": "{{deviceId!.Replace(":", "_", StringComparison.Ordinal)}}",
591591
"Address": "{{deviceId}}",
592592
"Platform": "{{targetPlatform}}"
593593
}

0 commit comments

Comments
 (0)