Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit d72b030

Browse files
committed
ci: azure rename
1 parent 0731fbc commit d72b030

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class AssistantCLI:
140140
_META_REQUIRED_FIELDS = ("title", "author", "license", "description")
141141
_SKIP_DIRS = (
142142
".actions",
143-
".azure-pipelines",
143+
".azure",
144144
".datasets",
145145
".github",
146146
"docs",
File renamed without changes.
File renamed without changes.

.github/workflows/ci_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
2222
# - name: Azure Pipelines
2323
# run: |
24-
# check-jsonschema .azure-pipelines/*.yml --schemafile "https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/v1.188.1/service-schema.json"
24+
# check-jsonschema .azure/*.yml --schemafile "https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/v1.188.1/service-schema.json"

0 commit comments

Comments
 (0)