Skip to content

Commit 4e763be

Browse files
committed
Fix typo
1 parent d2e5e6c commit 4e763be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleTestAdapter/NewProjectWizard/WizardImplementation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public void RunStarted(object automationObject,
190190
}
191191
replacementsDictionary[ARM64Config] = arm64ConfigXML;
192192
replacementsDictionary[ARM64DebugPlatform] = arm64DebugXMLChunk;
193-
replacementsDictionary[ARM64DebugPlatform] = arm64ReleaseXMLChunk;
193+
replacementsDictionary[ARM64ReleasePlatform] = arm64ReleaseXMLChunk;
194194

195195
Platform latestPlatform = allPlatformsForLatestSdk.FirstOrDefault();
196196

0 commit comments

Comments
 (0)