Skip to content

Commit 0edd01d

Browse files
committed
Move to 1ES
1 parent cc9131d commit 0edd01d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"editor.formatOnSave": false,
2121
"eslint.lintTask.enable": true,
2222
"dotnet.defaultSolution": "disable",
23-
"jest.autoRun": "off",
24-
"azure-pipelines.1ESPipelineTemplatesSchemaFile": true
23+
"jest.autoRun": "off"
2524
}

azure-pipelines/loc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extends:
4040
os: windows
4141
stages:
4242
- stage: LocalizationStage
43-
# condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
43+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
4444
jobs:
4545
- job: Localization
4646
templateContext:

0 commit comments

Comments
 (0)