Skip to content

Commit

Permalink
Add qodana.yml to included config files
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Apr 17, 2023
1 parent 71cdff8 commit 1f97cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Nuke.Common/Nuke.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<None Include="$(NukeRootDirectory)\nuget.config" LinkBase="config" Condition="Exists('$(NukeRootDirectory)\nuget.config')" />
<None Include="$(NukeRootDirectory)\GitVersion.yml" LinkBase="config" Condition="Exists('$(NukeRootDirectory)\GitVersion.yml')" />
<None Include="$(NukeRootDirectory)\version.json" LinkBase="config" Condition="Exists('$(NukeRootDirectory)\version.json')" />
<None Include="$(NukeRootDirectory)\qodana.yml" LinkBase="config" Condition="Exists('$(NukeRootDirectory)\qodana.yml')" />
</ItemGroup>

<ItemGroup Condition="'$(NukeRootDirectory)' != '' And '$(NukeExcludeLogs)' != 'True'">
Expand Down

0 comments on commit 1f97cf9

Please sign in to comment.