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 b4d5d4f commit 1beb538Copy full SHA for 1beb538
Libraries/Build.ps1
@@ -44,7 +44,7 @@ ForEach ($p in $client_projects) {
44
45
Write-Host "Building Client Tests" -ForegroundColor Yellow
46
47
-msbuild "$source_dir\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal
+msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal
48
49
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
50
0 commit comments