Skip to content

Commit 1beb538

Browse files
committed
Fix path to test project.
1 parent b4d5d4f commit 1beb538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ForEach ($p in $client_projects) {
4444

4545
Write-Host "Building Client Tests" -ForegroundColor Yellow
4646

47-
msbuild "$source_dir\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal
47+
msbuild "$source_dir\Tests\Exceptionless.Tests.csproj" /p:Configuration="$configuration" /t:Rebuild /p:NoWarn="1591 1711 1712 1572 1573 1574" /verbosity:minimal
4848

4949
Write-Host "Finished building Client Tests" -ForegroundColor Yellow
5050

0 commit comments

Comments
 (0)