We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60e80a6 + 6b03e46 commit 27c7378Copy full SHA for 27c7378
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