Skip to content

Commit 9a5aaf9

Browse files
committed
Allow generating the API suppression file
1 parent b87099e commit 9a5aaf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeStyle/build/Polyadic.CodeStyle.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Target Name="_PolyadicCodeStylePreventLocalPack" BeforeTargets="Pack" Condition="'$(ContinuousIntegrationBuild)' != 'true' And '$(IsPackable)' == 'true'">
3+
<Target Name="_PolyadicCodeStylePreventLocalPack" BeforeTargets="Pack"
4+
Condition="'$(ContinuousIntegrationBuild)' != 'true' And '$(IsPackable)' == 'true' And '$(ApiCompatGenerateSuppressionFile)' != 'true'">
45
<PropertyGroup>
56
<_WorkflowUrl>$(PackageProjectUrl)/actions?query=branch%253Amain</_WorkflowUrl>
67
<_LinkPrefix>%1b]8;;</_LinkPrefix>

0 commit comments

Comments
 (0)