Skip to content

Commit 21d3dc0

Browse files
authored
[release/3.1] Remove Helix remnants (#39004)
Have no Helix jobs in any existing pipeline - Helix mentions are just confusing here - `tell-mode` because this cleanup affects only test and test asset projects. Changes: - remove Helix-related files - clean out Helix mentions in miscellaneous files - clean out Helix mentions in *.csproj files - clean out Helix mentions in *.cs files
1 parent 1bcef36 commit 21d3dc0

File tree

97 files changed

+47
-1039
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+47
-1039
lines changed

.azure/pipelines/helix-test.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

Directory.Build.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project>
2-
32
<PropertyGroup>
43
<!-- Only build Microsoft.AspNetCore.App and ref/ assemblies in source build. -->
54
<!-- Analyzer package are needed in source build for WebSDK -->
@@ -96,8 +95,6 @@
9695

9796
<IsPackable Condition="'$(IsPackable)' == '' AND ('$(IsImplementationProject)' == 'true' OR '$(IsAnalyzersProject)' == 'true') ">true</IsPackable>
9897
<IsPackable Condition="'$(IsPackable)' == '' ">false</IsPackable>
99-
100-
<BuildHelixPayload Condition="'$(BuildHelixPayload)' == '' AND '$(IsTestProject)' == 'true'">true</BuildHelixPayload>
10198
</PropertyGroup>
10299

103100
<PropertyGroup>
@@ -168,5 +165,4 @@
168165
<Import Project="eng\targets\Wix.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.wixproj'" />
169166
<Import Project="eng\targets\Npm.Common.targets" Condition="'$(MSBuildProjectExtension)' == '.npmproj'" />
170167
<Import Project="eng\targets\ReferenceAssembly.targets" Condition=" $(HasReferenceAssembly) " />
171-
172168
</Project>

docs/Helix.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

docs/ProjectProperties.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ IsPackable | Set to `true` when the project should produce a package. Th
99
IsShipping | Set to `true` when the project output is intended for use by customers. Defaults to `true` for analyzer, implementation and specification test projects; `false` otherwise.
1010
IsShippingPackage | Set to `true` when a package produced from project is intended for use by customers. Defaults to `IsShipping`. Note this may be `true` even for projects with `IsPackable` set to `false`.
1111
IsAspNetCoreApp | Set to `true` when the assembly is part of the [Microsoft.AspNetCore.App shared framework](./SharedFramework.md) and is not available as a NuGet package (unless `IsPackable` is also set to `true` -- the default). Defaults to `false`.
12-
TestDependsOnMssql | Set to `true` when your tests depends on SQL Server. This will ensure distribute tests on Helix install LocalDB ([more information on Helix](./Helix.md)). Defaults to `false`.

eng/Version.Details.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,6 @@
426426
<Uri>https://github.com/dotnet/arcade</Uri>
427427
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
428428
</Dependency>
429-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.21552.6">
430-
<Uri>https://github.com/dotnet/arcade</Uri>
431-
<Sha>afb79612f8e0b62603d9c1a614d7e4cf3f54a1e7</Sha>
432-
</Dependency>
433429
<Dependency Name="Microsoft.AspNetCore.Testing" Version="3.1.21-servicing.21522.3" CoherentParentDependency="Microsoft.EntityFrameworkCore">
434430
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-extensions</Uri>
435431
<Sha>c7c07d575c22a9686fe9e07cda4d21cdd1151b33</Sha>

eng/helix/Directory.Build.props

Lines changed: 0 additions & 2 deletions
This file was deleted.

eng/helix/Directory.Build.targets

Lines changed: 0 additions & 2 deletions
This file was deleted.

eng/helix/content/InstallNode.ps1

Lines changed: 0 additions & 71 deletions
This file was deleted.

eng/helix/content/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

eng/helix/content/RunPowershell.cmd

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)