We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9131d commit 0edd01dCopy full SHA for 0edd01d
.vscode/settings.json
@@ -20,6 +20,5 @@
20
"editor.formatOnSave": false,
21
"eslint.lintTask.enable": true,
22
"dotnet.defaultSolution": "disable",
23
- "jest.autoRun": "off",
24
- "azure-pipelines.1ESPipelineTemplatesSchemaFile": true
+ "jest.autoRun": "off"
25
}
azure-pipelines/loc.yml
@@ -40,7 +40,7 @@ extends:
40
os: windows
41
stages:
42
- stage: LocalizationStage
43
- # condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
+ condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
44
jobs:
45
- job: Localization
46
templateContext:
0 commit comments