We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd3ac84 + fa5e4ef commit f34203eCopy full SHA for f34203e
src/Layout/redist/targets/GenerateLayout.targets
@@ -113,7 +113,8 @@
113
</PropertyGroup>
114
115
<ItemGroup>
116
- <DotnetFormatDllFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)//$(NetCurrent)/**/*.dll" />
+ <DotnetFormatDllFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.dll" />
117
+ <DotnetFormatDllFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.exe" />
118
<DotnetFormatConfigFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.json" />
119
<DotnetFormatConfigFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.config" />
120
</ItemGroup>
0 commit comments