Skip to content

Commit 567f4f1

Browse files
JoeRobichgithub-actions
authored and
github-actions
committed
Include the .NET Framework buildhost executable in the SDK.
This is necessary for dotnet-format to loading .NET Framework projects.
1 parent fedafdc commit 567f4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Layout/redist/targets/GenerateLayout.targets

Lines changed: 2 additions & 1 deletion
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)