Skip to content

Commit 5d1b566

Browse files
committed
Remove tests from build script
1 parent 04d8899 commit 5d1b566

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Build.ps1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ try {
5353
Pop-Location
5454
}
5555

56-
foreach ($test in Get-ChildItem tests/) {
57-
Push-Location $test
56+
# foreach ($test in Get-ChildItem tests/) {
57+
# Push-Location $test
5858

59-
Write-Output "build: Testing project in $test"
59+
# Write-Output "build: Testing project in $test"
6060

61-
& dotnet test -c Release --no-build --no-restore
62-
if($LASTEXITCODE -ne 0) { throw "Testing failed" }
61+
# & dotnet test -c Release --no-build --no-restore
62+
# if($LASTEXITCODE -ne 0) { throw "Testing failed" }
6363

64-
Pop-Location
65-
}
64+
# Pop-Location
65+
# }
6666

6767
if ($skipPackaging -eq $false) {
6868
Write-Output "build: Publishing NuGet package"

0 commit comments

Comments
 (0)