Skip to content

Commit c3a704e

Browse files
authored
Pack the console runner output in the subpath that the props file expects it to be in. (#15220)
1 parent d341d10 commit c3a704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.XUnitConsoleRunner/src/Microsoft.DotNet.XUnitConsoleRunner.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Target Name="_AddBuildOutputToPackage" DependsOnTargets="Publish">
4343
<ItemGroup>
4444
<TfmSpecificPackageFile Include="$(PublishDir)**"
45-
PackagePath="tools/$(TargetFramework)/%(RecursiveDir)%(FileName)%(Extension)"/>
45+
PackagePath="tools/net/%(RecursiveDir)%(FileName)%(Extension)"/>
4646
</ItemGroup>
4747
</Target>
4848

0 commit comments

Comments
 (0)