Skip to content

Commit

Permalink
Reverted the commits that added a build configuration.
Browse files Browse the repository at this point in the history
This reverts commit 072680b.

Revert "Fixed the conditional compilation for the new build config."

This reverts commit bcbe9d9.

Revert "Re-generated tasks."

This reverts commit 4567311.

Revert "Fixed the build config #2."

This reverts commit 0c5201e.

Revert "Fixed the build config."

This reverts commit a95936a.

Revert "Dependency fix"

This reverts commit cc8bca8.

Revert "Reverted the _generated folder #2."

This reverts commit 6bf01e9.

Revert "Reverted the _generated changes."This reverts commit adfc56e.

Revert "Moved the changes to the separated build config."

This reverts commit bc11b09.
  • Loading branch information
Denis Nikulin (Akvelon Inc) committed Feb 6, 2024
1 parent c8f5264 commit 84a2b22
Show file tree
Hide file tree
Showing 688 changed files with 6,264 additions and 51,584 deletions.
5 changes: 2 additions & 3 deletions BuildConfigGen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ public record ConfigRecord(string name, string constMappingKey, bool isDefault,
public static readonly ConfigRecord Node20_229_12 = new ConfigRecord(name: nameof(Node20_229_12), constMappingKey: "Node20_229_12", isDefault: false, isNode: true, nodePackageVersion: "^20.3.1", isWif: false, nodeHandler: "Node20_1", preprocessorVariableName: "NODE20", enableBuildConfigOverrides: true, deprecated: false, shouldUpdateTypescript: true, overriddenDirectoryName: "Node20", writeNpmrc: true);
public static readonly ConfigRecord Node20_229_13 = new ConfigRecord(name: nameof(Node20_229_13), constMappingKey: "Node20_229_13", isDefault: false, isNode: true, nodePackageVersion: "^20.3.1", isWif: false, nodeHandler: "Node20_1", preprocessorVariableName: "NODE20", enableBuildConfigOverrides: true, deprecated: false, shouldUpdateTypescript: true, overriddenDirectoryName: "Node20", writeNpmrc: true);
public static readonly ConfigRecord Node20_229_14 = new ConfigRecord(name: nameof(Node20_229_14), constMappingKey: "Node20_229_14", isDefault: false, isNode: true, nodePackageVersion: "^20.3.1", isWif: false, nodeHandler: "Node20_1", preprocessorVariableName: "NODE20", enableBuildConfigOverrides: true, deprecated: false, shouldUpdateTypescript: true, overriddenDirectoryName: "Node20", writeNpmrc: true);
public static readonly ConfigRecord WorkloadIdentityFederation = new ConfigRecord(name: nameof(WorkloadIdentityFederation), constMappingKey: "WorkloadIdentityFederation", isDefault: false, isNode: false, nodePackageVersion: "^16.11.39", isWif: true, nodeHandler: "Node16", preprocessorVariableName: "WORKLOADIDENTITYFEDERATION", enableBuildConfigOverrides: true, deprecated: false, shouldUpdateTypescript: false, writeNpmrc: false);
public static readonly ConfigRecord IssueSourceEnabled = new ConfigRecord(name: nameof(IssueSourceEnabled), constMappingKey: "IssueSourceEnabled", isDefault: false, isNode: false, nodePackageVersion: "^20.3.1", isWif: false, nodeHandler: "Node20_1", preprocessorVariableName: "ISSUESOURCEENABLED", enableBuildConfigOverrides: true, deprecated: false, shouldUpdateTypescript: true, writeNpmrc: false);
public static ConfigRecord[] Configs = { Default, Node16, Node16_225, Node20, Node20_228, Node20_229_1, Node20_229_2, Node20_229_3, Node20_229_4, Node20_229_5, Node20_229_6, Node20_229_7, Node20_229_8, Node20_229_9, Node20_229_10, Node20_229_11, Node20_229_12, Node20_229_13, Node20_229_14, WorkloadIdentityFederation, IssueSourceEnabled };
public static readonly ConfigRecord WorkloadIdentityFederation = new ConfigRecord(name: nameof(WorkloadIdentityFederation), constMappingKey: "WorkloadIdentityFederation", isDefault: false, isNode: true, nodePackageVersion: "^16.11.39", isWif: true, nodeHandler: "Node16", preprocessorVariableName: "WORKLOADIDENTITYFEDERATION", enableBuildConfigOverrides: true, deprecated: false, shouldUpdateTypescript: false, writeNpmrc: false);
public static ConfigRecord[] Configs = { Default, Node16, Node16_225, Node20, Node20_228, Node20_229_1, Node20_229_2, Node20_229_3, Node20_229_4, Node20_229_5, Node20_229_6, Node20_229_7, Node20_229_8, Node20_229_9, Node20_229_10, Node20_229_11, Node20_229_12, Node20_229_13, Node20_229_14, WorkloadIdentityFederation };
}

// ensureUpdateModeVerifier wraps all writes. if writeUpdate=false, it tracks writes that would have occured
Expand Down

This file was deleted.

This file was deleted.

294 changes: 0 additions & 294 deletions Tasks/AzureCLIV1/_buildConfigs/IssueSourceEnabled/azureclitask.ts

This file was deleted.

Loading

0 comments on commit 84a2b22

Please sign in to comment.