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 3227f9a commit 13b3f5bCopy full SHA for 13b3f5b
Libraries/Build.ps1
@@ -56,7 +56,7 @@ ForEach ($p in $client_projects) {
56
57
Write-Host "Building Client Tests" -ForegroundColor Yellow
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
+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"
60
61
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
62
0 commit comments