Skip to content

Commit b31c89e

Browse files
committed
feat(ci): run tests on appveyor
1 parent bf4c053 commit b31c89e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
44
dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
55
dotnet build .\src\JsonApiDotNetCore -c Release
66

7+
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
8+
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
9+
710
echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
811
echo "VERSION-SUFFIX: alpha1-$revision"
912

0 commit comments

Comments
 (0)