Skip to content

Commit 3a59da0

Browse files
azchohfiNirmal4G
andauthored
Update build/build.cake
Co-authored-by: Nirmal Guru <Nirmal4G@gmail.com>
1 parent 4e39650 commit 3a59da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Task("Test")
267267
NoBuild = true,
268268
Loggers = new[] { "trx;LogFilePrefix=VsTestResults" },
269269
Verbosity = DotNetCoreVerbosity.Normal,
270-
ArgumentCustomization = arg => arg.Append($"-s {baseDir}/.runsettings /p:platform=\"AnyCpu\""),
270+
ArgumentCustomization = arg => arg.Append($"-s {baseDir}/.runsettings /p:Platform=AnyCPU"),
271271
};
272272
DotNetCoreTest(file.FullPath, testSettings);
273273
}).DeferOnError();

0 commit comments

Comments
 (0)