File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 88 [switch ] $installruntimes ,
99 [switch ] $privatebuild ,
1010 [switch ] $ci ,
11- [switch ] $helix ,
1211 [switch ][Alias (' bl' )]$binaryLog ,
1312 [switch ] $skipmanaged ,
1413 [switch ] $skipnative ,
@@ -76,10 +75,6 @@ if (-not $skipnative) {
7675if (-not $skipmanaged ) {
7776 if ($withtests ) {
7877 $remainingargs = " /p:BuildTests=true " + $remainingargs
79-
80- if ($helix ) {
81- $remainingargs = " /p:ArchiveTests=true " + $remainingargs
82- }
8378 }
8479
8580 Invoke-Expression " & `" $engroot \common\build.ps1`" -configuration $configuration -verbosity $verbosity $bl /p:TargetOS=$os /p:TargetArch=$architecture /p:TestArchitectures=$architecture $remainingargs "
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ __InstallRuntimes=0
3030__PrivateBuild=0
3131__BuildTests=0
3232__RunTests=0
33- __UseHelix=0
3433__UnprocessedBuildArgs=
3534__UseCdac=0
3635__LiveRuntimeDir=
@@ -113,10 +112,6 @@ handle_arguments() {
113112 __ManagedBuild=0
114113 ;;
115114
116- helix|-helix)
117- __UseHelix=1
118- ;;
119-
120115 usecdac|-usecdac)
121116 __UseCdac=1
122117 ;;
@@ -234,10 +229,6 @@ if [[ "$__ManagedBuild" == 1 ]]; then
234229
235230 if [[ " $__BuildTests " == 1 ]]; then
236231 __ManagedBuildArgs=" $__ManagedBuildArgs /p:BuildTests=true"
237-
238- if [[ " $__UseHelix " == 1 ]]; then
239- __ManagedBuildArgs=" $__ManagedBuildArgs /p:ArchiveTests=true"
240- fi
241232 fi
242233
243234 " $__RepoRootDir /eng/common/build.sh" \
Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818
1919 <PropertyGroup >
20- <TestArchiveRoot >$(ArtifactsDir)helix/</TestArchiveRoot >
21- <TestArchiveTestsDir >$(TestArchiveRoot)tests/</TestArchiveTestsDir >
22- </PropertyGroup >
23-
24- <PropertyGroup Condition =" '$(ArchiveTests)' == 'true'" >
25- <TestRepoRoot >.</TestRepoRoot >
26- <TestPackageArtifactsRootDir >packages</TestPackageArtifactsRootDir >
27- <TestAuxMSBuildRootDir >eng/AuxMsbuildFiles</TestAuxMSBuildRootDir >
28- <TestVersionConfigDir >.</TestVersionConfigDir >
29- <TestNativeDir >native</TestNativeDir >
30- </PropertyGroup >
31-
32- <PropertyGroup Condition =" '$(ArchiveTests)' != 'true'" >
3320 <TestRepoRoot >$(RepoRoot)</TestRepoRoot >
3421 <TestDotNetRootDir >$(DotNetInstallRoot)</TestDotNetRootDir >
3522 <TestPackageArtifactsRootDir >$(NuGetPackageRoot)</TestPackageArtifactsRootDir >
You can’t perform that action at this time.
0 commit comments