From 5d88e3365b74bd5e3c870b4fea3f0f443bca64d5 Mon Sep 17 00:00:00 2001 From: Artak <34246760+mkArtakMSFT@users.noreply.github.com> Date: Wed, 29 Apr 2020 15:33:36 -0700 Subject: [PATCH] Disable documentation generation for a test project (#21340) --- .../Microsoft.AspNetCore.Identity.Specification.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj b/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj index 1748626657..dec1c271c3 100644 --- a/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj +++ b/src/Identity/Specification.Tests/src/Microsoft.AspNetCore.Identity.Specification.Tests.csproj @@ -3,7 +3,7 @@ Shared test suite for Asp.Net Identity Core store implementations. $(DefaultNetCoreTargetFramework) - true + false aspnetcore;identity;membership false false