Skip to content

Commit 147eaea

Browse files
committedFeb 11, 2017
fix(ci): can't use integration tests since there is no PostgreSQL instance
1 parent 6d5b449 commit 147eaea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎Build.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,5 @@ $revision = @{ $true = $env:APPVEYOR_BUILD_NUMBER; $false = 1 }[$env:APPVEYOR_BU
6060
$revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
6161

6262
exec { & dotnet build .\src\JsonApiDotNetCore -c Release }
63-
exec { & dotnet build .\test\JsonApiDotNetCoreExampleTests -c Release }
64-
65-
exec { & dotnet test .\test\JsonApiDotNetCoreExampleTests -c Release }
6663

6764
exec { & dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision }

0 commit comments

Comments
 (0)