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 b87099e commit 9a5aaf9Copy full SHA for 9a5aaf9
CodeStyle/build/Polyadic.CodeStyle.targets
@@ -1,6 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <Target Name="_PolyadicCodeStylePreventLocalPack" BeforeTargets="Pack" Condition="'$(ContinuousIntegrationBuild)' != 'true' And '$(IsPackable)' == 'true'">
+ <Target Name="_PolyadicCodeStylePreventLocalPack" BeforeTargets="Pack"
4
+ Condition="'$(ContinuousIntegrationBuild)' != 'true' And '$(IsPackable)' == 'true' And '$(ApiCompatGenerateSuppressionFile)' != 'true'">
5
<PropertyGroup>
6
<_WorkflowUrl>$(PackageProjectUrl)/actions?query=branch%253Amain</_WorkflowUrl>
7
<_LinkPrefix>%1b]8;;</_LinkPrefix>
0 commit comments