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 ac1f5ee commit 2854149Copy full SHA for 2854149
msbuild/targets/SixLabors.Src.targets
@@ -7,7 +7,7 @@
7
8
<ItemGroup>
9
<!-- Shared config files that have to exist at root level. -->
10
- <SixLaborsConfigFilesToCopy Include="$(MSBuildThisFileDirectory)..\..\.editorconfig;$(MSBuildThisFileDirectory)..\..\.gitattributes" />
+ <SixLaborsConfigFilesToCopy Include="$(MSBuildThisFileDirectory)..\..\.editorconfig;$(MSBuildThisFileDirectory)..\..\.gitattributes;$(MSBuildThisFileDirectory)..\..\.codecov.yml;" />
11
</ItemGroup>
12
13
<!-- Copy the config files on src build. -->
0 commit comments