Skip to content

Commit 27c7378

Browse files
authored
[dotnet-format] Include the .NET Framework buildhost executable in the SDK. (#45290)
2 parents 60e80a6 + 6b03e46 commit 27c7378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layout/redist/targets/GenerateLayout.targets

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
</PropertyGroup>
114114

115115
<ItemGroup>
116-
<DotnetFormatDllFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)//$(NetCurrent)/**/*.dll" />
116+
<DotnetFormatDllFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.dll" />
117+
<DotnetFormatDllFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.exe" />
117118
<DotnetFormatConfigFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.json" />
118119
<DotnetFormatConfigFiles Include="$(ArtifactsBinDir)/dotnet-format/$(Configuration)/$(NetCurrent)/**/*.config" />
119120
</ItemGroup>

0 commit comments

Comments
 (0)