We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e39650 commit 3a59da0Copy full SHA for 3a59da0
build/build.cake
@@ -267,7 +267,7 @@ Task("Test")
267
NoBuild = true,
268
Loggers = new[] { "trx;LogFilePrefix=VsTestResults" },
269
Verbosity = DotNetCoreVerbosity.Normal,
270
- ArgumentCustomization = arg => arg.Append($"-s {baseDir}/.runsettings /p:platform=\"AnyCpu\""),
+ ArgumentCustomization = arg => arg.Append($"-s {baseDir}/.runsettings /p:Platform=AnyCPU"),
271
};
272
DotNetCoreTest(file.FullPath, testSettings);
273
}).DeferOnError();
0 commit comments