Skip to content

Commit 4ea117e

Browse files
committed
chore: appveyor bump
1 parent feb37a1 commit 4ea117e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Build.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ CheckLastExitCode
2727
dotnet build -c Release
2828
CheckLastExitCode
2929

30-
dotnet test -c Release --no-build
30+
# dotnet test -c Release --no-build
31+
dotnet test -c Release --no-build --filter "FullyQualifiedName=JsonApiDotNetCoreExampleTests.Acceptance.ResourceDefinitionTests.Unauthorized_Article"
3132
CheckLastExitCode
3233

3334
Write-Output "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"

src/JsonApiDotNetCore/Builders/ResourceGraphBuilder.cs

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public IResourceGraphBuilder AddResource(Type resourceType, Type idType = null,
6868
_logger.LogWarning($"Entity '{resourceType}' does not implement '{nameof(IIdentifiable)}'.");
6969
}
7070
}
71+
7172

7273
return this;
7374
}

0 commit comments

Comments
 (0)