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 94233ce commit db2077aCopy full SHA for db2077a
Build.ps1
@@ -42,10 +42,6 @@ foreach ($src in Get-ChildItem src/*) {
42
Pop-Location
43
}
44
45
-Write-Output "build: Checking complete solution builds"
46
-& dotnet build
47
-if($LASTEXITCODE -ne 0) { throw "Solution build failed" }
48
-
49
foreach ($test in Get-ChildItem test/*.Tests) {
50
Push-Location $test
51
0 commit comments