Skip to content

Commit db2077a

Browse files
authored
No need to duplicate solution build
1 parent 94233ce commit db2077a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Build.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ foreach ($src in Get-ChildItem src/*) {
4242
Pop-Location
4343
}
4444

45-
Write-Output "build: Checking complete solution builds"
46-
& dotnet build
47-
if($LASTEXITCODE -ne 0) { throw "Solution build failed" }
48-
4945
foreach ($test in Get-ChildItem test/*.Tests) {
5046
Push-Location $test
5147

0 commit comments

Comments
 (0)