|
35 | 35 | </ProjectsToTest> |
36 | 36 | </ItemGroup> |
37 | 37 |
|
38 | | - <!-- Begin Workaround lack of a stable package version for depedencies; copy into simulated stable version folders --> |
39 | | - |
40 | | - <PropertyGroup> |
41 | | - <StableSharedFrameworkDirectory>$(OutputDirectory)/shared/Microsoft.NETCore.App/$(SharedFrameworkStableVersion)</StableSharedFrameworkDirectory> |
42 | | - <StableSharedFrameworkDirectoryWithBackwardsCompatibleRuntimes>$(Stage2WithBackwardsCompatibleRuntimesOutputDirectory)/shared/Microsoft.NETCore.App/$(SharedFrameworkStableVersion)</StableSharedFrameworkDirectoryWithBackwardsCompatibleRuntimes> |
43 | | - </PropertyGroup> |
44 | | - |
45 | | - <ItemGroup> |
46 | | - <Stabilize_SourceFiles_2_0 Include="$(OutputDirectory)/shared/Microsoft.NETCore.App/$(CLI_SharedFrameworkVersion)/*.*"/> |
47 | | - <SimulatedStableSharedFrameworkDirectories Condition=" '$(IsSharedFrameworkPreReleaseVersion)' == 'True' " |
48 | | - Include="$(StableSharedFrameworkDirectory)" /> |
49 | | - <SimulatedStableSharedFrameworkDirectories Condition=" '$(IsSharedFrameworkPreReleaseVersion)' == 'True' " |
50 | | - Include="$(StableSharedFrameworkDirectoryWithBackwardsCompatibleRuntimes)" /> |
51 | | - </ItemGroup> |
52 | | - |
53 | | - <Copy |
54 | | - Condition=" '$(IsSharedFrameworkPreReleaseVersion)' == 'True' " |
55 | | - SourceFiles="@(Stabilize_SourceFiles_2_0)" |
56 | | - DestinationFiles="@(Stabilize_SourceFiles_2_0->'$(StableSharedFrameworkDirectory)/%(RecursiveDir)%(Filename)%(Extension)')" |
57 | | - /> |
58 | | - |
59 | | - <Copy |
60 | | - Condition=" '$(IsSharedFrameworkPreReleaseVersion)' == 'True' " |
61 | | - SourceFiles="@(Stabilize_SourceFiles_2_0)" |
62 | | - DestinationFiles="@(Stabilize_SourceFiles_2_0->'$(StableSharedFrameworkDirectoryWithBackwardsCompatibleRuntimes)/%(RecursiveDir)%(Filename)%(Extension)')" |
63 | | - /> |
64 | | - |
65 | | - <!-- End Workaround lack of a stable package version for depedencies; copy into simulated stable versions --> |
66 | | - |
67 | 38 | <Message Text="Starting test execution" Importance="High" /> |
68 | 39 |
|
69 | 40 | <MSBuild |
|
72 | 43 | </MSBuild> |
73 | 44 |
|
74 | 45 | <Message Text="Finished test execution" Importance="High" /> |
75 | | - |
76 | | - <!-- Begin Workaround lack of a stable package version for depedencies; remove simulated stable version folder. --> |
77 | | - |
78 | | - <RemoveDir Directories="@(SimulatedStableSharedFrameworkDirectories)" /> |
79 | | - |
80 | | - <!-- End Workaround lack of a stable package version for depedencies; remove simulated stable version folder. --> |
81 | 46 | </Target> |
82 | 47 |
|
83 | 48 | <Target Name="PrepareTests" |
|
0 commit comments