Fixup
This commit is contained in:
parent
59adb88839
commit
cb5f656cdc
|
|
@ -105,8 +105,18 @@
|
||||||
<InternalInstallerBaseName>$(RuntimeInstallerBaseName)-internal</InternalInstallerBaseName>
|
<InternalInstallerBaseName>$(RuntimeInstallerBaseName)-internal</InternalInstallerBaseName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(DisablePubternalApiCheck)' != 'true' AND '$(IsTestProject)' != 'true' AND '$(IsBenchmarkProject)' != 'true' AND '$(IsTestAssetProject)' != 'true' AND '$(MSBuildProjectName)' != 'Internal.AspNetCore.Analyzers'">
|
<ItemGroup
|
||||||
<ProjectReference Include="$(RepoRoot)src\Analyzers\Internal.AspNetCore.Analyzers\src\Internal.AspNetCore.Analyzers.csproj" PrivateAssets="All" Version="$(InternalAspNetCoreAnalyzersPackageVersion)" IsImplicitlyDefined="true" />
|
Condition="'$(DisablePubternalApiCheck)' != 'true'
|
||||||
|
AND '$(IsTestProject)' != 'true'
|
||||||
|
AND '$(IsBenchmarkProject)' != 'true'
|
||||||
|
AND '$(IsTestAssetProject)' != 'true'
|
||||||
|
AND '$(MSBuildProjectName)' != 'Internal.AspNetCore.Analyzers'
|
||||||
|
AND '$(MSBuildProjectExtension)' == '.csproj'">
|
||||||
|
<ProjectReference
|
||||||
|
Include="$(RepoRoot)src\Analyzers\Internal.AspNetCore.Analyzers\src\Internal.AspNetCore.Analyzers.csproj"
|
||||||
|
PrivateAssets="All"
|
||||||
|
Version="$(InternalAspNetCoreAnalyzersPackageVersion)"
|
||||||
|
IsImplicitlyDefined="true" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Compilation options which apply to all languages. Language-specific options should be set in eng/targets/$(lang).Common.props -->
|
<!-- Compilation options which apply to all languages. Language-specific options should be set in eng/targets/$(lang).Common.props -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue