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 bf4c053 commit b31c89eCopy full SHA for b31c89e
Build.ps1
@@ -4,6 +4,9 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
4
dotnet restore .\src\JsonApiDotNetCore\JsonApiDotNetCore.csproj
5
dotnet build .\src\JsonApiDotNetCore -c Release
6
7
+dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
8
+dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
9
+
10
echo "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"
11
echo "VERSION-SUFFIX: alpha1-$revision"
12
0 commit comments