File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,14 @@ ForEach ($p in $client_projects) {
56
56
57
57
Write-Host " Building Client Tests" - ForegroundColor Yellow
58
58
59
- msbuild " $source_dir \Tests\Exceptionless.Tests.csproj" / p:Configuration= " $configuration " / t:Rebuild / p:NoWarn= " 1591 1711 1712 1572 1573 1574" / verbosity:minimal / p:TargetFrameworkVersionProperty= " NET45" / p:TargetPortable= " false"
59
+ msbuild " $source_dir \Tests\Exceptionless.Tests.csproj" `
60
+ / p:Configuration= " $configuration " `
61
+ / p:Platform= " AnyCPU" `
62
+ / t:Rebuild `
63
+ / p:NoWarn= " 1591 1711 1712 1572 1573 1574" `
64
+ / verbosity:minimal `
65
+ / p:TargetFrameworkVersionProperty= " NET45" `
66
+ / p:TargetPortable= " false"
60
67
61
68
Write-Host " Finished building Client Tests" - ForegroundColor Yellow
62
69
You can’t perform that action at this time.
0 commit comments