Skip to content

Commit 29768a4

Browse files
authored
Fix Microsoft.TestPlatform.Build sourcebuild nuspec (#4871)
The line should be referencing net current and not net previous.
1 parent 9326c0c commit 29768a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.TestPlatform.Build/Microsoft.TestPlatform.Build.sourcebuild.product.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<files>
1212
$CommonFileElements$
1313

14-
<file src="$SourceBuildTfmPrevious$/Microsoft.TestPlatform.targets" target="runtimes/any/native" />
14+
<file src="$SourceBuildTfmCurrent$/Microsoft.TestPlatform.targets" target="runtimes/any/native" />
1515
<file src="$SourceBuildTfmCurrent$/Microsoft.TestPlatform.Build.dll" target="lib/$SourceBuildTfmCurrent$" />
1616

1717
<!-- Add localized resources -->

0 commit comments

Comments
 (0)