Skip to content

Commit fa20a7c

Browse files
MiYannimarcpopMSFT
andauthored
Update test/xunit-runner/XUnitRunner.targets
Co-authored-by: Marc Paine <[email protected]>
1 parent d1fffda commit fa20a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xunit-runner/XUnitRunner.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<_CurrentRuntimeTargetFramework Condition="'$(_CurrentRuntimeTargetFramework)' == ''">$(SDKCustomXUnitRuntimeTargetFramework)</_CurrentRuntimeTargetFramework>
5555
<_CurrentAdditionalProperties>%(SDKCustomXUnitProject.AdditionalProperties)</_CurrentAdditionalProperties>
5656
</PropertyGroup>
57-
<MSBuild Projects="$(_CurrentSDKCustomXUnitProject)" Targets="PublishWithOutput" Properties="CustomAfterMicrosoftCommonTargets=$(_SDKCustomXUnitPublishTargetsPath);TargetFramework=$(_CurrentPublishTargetFramework);$(BuildTestPackages)=false;$(_CurrentAdditionalProperties)">
57+
<MSBuild Projects="$(_CurrentSDKCustomXUnitProject)" Targets="PublishWithOutput" Properties="CustomAfterMicrosoftCommonTargets=$(_SDKCustomXUnitPublishTargetsPath);TargetFramework=$(_CurrentPublishTargetFramework);BuildTestPackages=false;$(_CurrentAdditionalProperties)">
5858
<Output TaskParameter="TargetOutputs" PropertyName="_PublishOutputDir" />
5959
</MSBuild>
6060
<MSBuild Projects="$(_CurrentSDKCustomXUnitProject)" Targets="GetTargetPath" Properties="CustomAfterMicrosoftCommonTargets=$(_SDKCustomXUnitPublishTargetsPath);TargetFramework=$(_CurrentPublishTargetFramework);$(_CurrentAdditionalProperties)">

0 commit comments

Comments
 (0)