Skip to content

Commit e332367

Browse files
committed
Test
1 parent 4e763be commit e332367

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
@@ -183,7 +183,7 @@ public void RunStarted(object automationObject,
183183
.Where(name => name != null)
184184
.OrderByDescending(p => p.Version).ToList();
185185

186-
if (!this.IsARM64()) {
186+
if (this.IsARM64()) {
187187
arm64DebugXMLChunk = "";
188188
arm64ReleaseXMLChunk = "";
189189
arm64ConfigXML = "";

0 commit comments

Comments
 (0)