Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit f745371

Browse files
update schedule and add policheck
1 parent b108958 commit f745371

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

azure-pipelines.yml

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ parameters:
1313
- test
1414
- real
1515

16+
schedules:
17+
- cron: 0 6 * * 0
18+
branches:
19+
include:
20+
- main
21+
always: "true"
22+
1623
pr:
1724
- main
1825

build/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
enabled: true
2020
GdnPublishTsaOnboard: true
2121
GdnPublishTsaConfigFile: $(Build.SourcesDirectory)\build\tsa.gdntsa
22+
policheck:
23+
enabled: true
2224
outputs:
2325
- output: pipelineArtifact
2426
displayName: 'Publish extension VSIXes as artifact'

0 commit comments

Comments
 (0)