File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Microsoft.NET.TestFramework Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
<None Include =" BuildTestPackages.targets" />
66
66
</ItemGroup >
67
67
68
- <Import Project =" SetupTestRoot.targets" />
69
- <Import Project =" BuildTestPackages.targets" />
68
+ <Import Project =" SetupTestRoot.targets" Condition = " '$(BuildTestPackages)' != 'false' " />
69
+ <Import Project =" BuildTestPackages.targets" Condition = " '$(BuildTestPackages)' != 'false' " />
70
70
71
71
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
72
72
Original file line number Diff line number Diff line change 116
116
<Copy SourceFiles =" @(AssetFiles)" DestinationFiles =" @(AssetFiles->'$(HelixPayloadOnHost)\TestExecutionDirectoryFiles\Assets\%(RecursiveDir)%(Filename)%(Extension)')" />
117
117
</Target >
118
118
119
-
120
119
<Target Name =" AppendHelixPreCommand" BeforeTargets =" CoreTest" DependsOnTargets =" CopyHelixFiles" >
121
120
<PropertyGroup >
122
121
<HelixPreCommands Condition =" !$(IsPosixShell)" >call %HELIX_CORRELATION_PAYLOAD%\t\RunTestsOnHelix.cmd $(TestFullMSBuild);$(HelixPreCommands)</HelixPreCommands >
179
178
HelixCorrelationPayload =" @(HelixCorrelationPayload)"
180
179
TestOutputDirectory =" $(RepoRoot)artifacts\bin\localHelixTestLayout" />
181
180
</Target >
181
+
182
182
</Project >
Original file line number Diff line number Diff line change 54
54
<_CurrentRuntimeTargetFramework Condition =" '$(_CurrentRuntimeTargetFramework)' == ''" >$(SDKCustomXUnitRuntimeTargetFramework)</_CurrentRuntimeTargetFramework >
55
55
<_CurrentAdditionalProperties >%(SDKCustomXUnitProject.AdditionalProperties)</_CurrentAdditionalProperties >
56
56
</PropertyGroup >
57
- <MSBuild Projects =" $(_CurrentSDKCustomXUnitProject)" Targets =" PublishWithOutput" Properties =" CustomAfterMicrosoftCommonTargets=$(_SDKCustomXUnitPublishTargetsPath);TargetFramework=$(_CurrentPublishTargetFramework);$(_CurrentAdditionalProperties)" >
57
+ <MSBuild Projects =" $(_CurrentSDKCustomXUnitProject)" Targets =" PublishWithOutput" Properties =" CustomAfterMicrosoftCommonTargets=$(_SDKCustomXUnitPublishTargetsPath);TargetFramework=$(_CurrentPublishTargetFramework);BuildTestPackages=false; $(_CurrentAdditionalProperties)" >
58
58
<Output TaskParameter =" TargetOutputs" PropertyName =" _PublishOutputDir" />
59
59
</MSBuild >
60
60
<MSBuild Projects =" $(_CurrentSDKCustomXUnitProject)" Targets =" GetTargetPath" Properties =" CustomAfterMicrosoftCommonTargets=$(_SDKCustomXUnitPublishTargetsPath);TargetFramework=$(_CurrentPublishTargetFramework);$(_CurrentAdditionalProperties)" >
You can’t perform that action at this time.
0 commit comments