You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
9
external/corefx/pkg/test/packageTest.targets
vendored
9
external/corefx/pkg/test/packageTest.targets
vendored
@ -8,6 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="tools\Packaging.common.targets" />
|
||||
<Import Project="tools\dependencies.props" />
|
||||
<Import Project="frameworkSettings\$(_targetFrameworkIdentifier)\*.targets" />
|
||||
<Import Project="frameworkSettings\$(TargetFramework)\*.targets" />
|
||||
<Import Project="packageSettings\$(TestPackageId)\*.targets" />
|
||||
@ -56,7 +57,7 @@
|
||||
|
||||
<Target Name="VerifyRuntimeClosure"
|
||||
DependsOnTargets="ResolveReferences"
|
||||
Condition="'$(ShouldVerifyClosure)' == 'true' AND '$(RuntimeIdentifier)' != '' AND '@(ReferenceCopyLocalPaths)' != ''">
|
||||
Condition="'$(ShouldVerifyClosure)' == 'true' AND '$(RuntimeIdentifier)' != ''">
|
||||
<ItemGroup>
|
||||
<_runClosureFileNames Include="@(ReferenceCopyLocalPaths->'%(FileName)')">
|
||||
<Original>%(Identity)</Original>
|
||||
@ -100,7 +101,7 @@
|
||||
<Target Name="_test"
|
||||
DependsOnTargets="$(TestDependsOn)">
|
||||
<MakeDir Directories="$(IntermediateOutputPath)" />
|
||||
<Touch AlwaysCreate="true" Files="$(IntermediateOutputPath)\.testComplete" />
|
||||
<Touch AlwaysCreate="true" Files="$(IntermediateOutputPath)\$(RuntimeIdentifier).testComplete" />
|
||||
</Target>
|
||||
|
||||
<Target Name="_getTestProjects">
|
||||
@ -112,7 +113,7 @@
|
||||
<Semaphore>$(IntermediateOutputPath)\.testComplete</Semaphore>
|
||||
</TestProject>
|
||||
<TestProject Include="$(MSBuildProjectFullPath)">
|
||||
<Semaphore>$(IntermediateOutputPath)\%(_projectRuntime.Identity)\.testComplete</Semaphore>
|
||||
<Semaphore>$(IntermediateOutputPath)\%(_projectRuntime.Identity).testComplete</Semaphore>
|
||||
<AdditionalProperties>RuntimeIdentifier=%(_projectRuntime.Identity)</AdditionalProperties>
|
||||
</TestProject>
|
||||
</ItemGroup>
|
||||
@ -125,4 +126,4 @@
|
||||
Outputs="@(TestProject->'%(Semaphore)')">
|
||||
<MSBuild Projects="@(TestProject)" Targets="_test" BuildInParallel="true" />
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user