File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1316,21 +1316,17 @@ Copyright (c) .NET Foundation. All rights reserved.
1316
1316
</Target >
1317
1317
1318
1318
<Target Name =" ValidateExecutableReferences"
1319
- Condition =" '$(ValidateExecutableReferencesMatchSelfContained)' != 'false'" >
1319
+ DependsOnTargets =" _CalculateIsVSTestTestProject"
1320
+ AfterTargets =" _GetProjectReferenceTargetFrameworkProperties" >
1320
1321
1321
1322
<ValidateExecutableReferences
1323
+ Condition =" '$(ValidateExecutableReferencesMatchSelfContained)' != 'false'"
1322
1324
SelfContained =" $(SelfContained)"
1323
1325
IsExecutable =" $(_IsExecutable)"
1324
1326
ReferencedProjects =" @(_MSBuildProjectReferenceExistent)"
1325
1327
UseAttributeForTargetFrameworkInfoPropertyNames =" $(_UseAttributeForTargetFrameworkInfoPropertyNames)" />
1326
1328
</Target >
1327
1329
1328
- <Target Name =" ValidateExecutableReferencesCore"
1329
- DependsOnTargets =" _CalculateIsVSTestTestProject;ValidateExecutableReferences"
1330
- AfterTargets =" _GetProjectReferenceTargetFrameworkProperties" >
1331
-
1332
- </Target >
1333
-
1334
1330
<!--
1335
1331
============================================================
1336
1332
Command Line Configuration Validation
You can’t perform that action at this time.
0 commit comments