We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3fbf2 commit dc60ef8Copy full SHA for dc60ef8
azure-pipelines.yml
@@ -28,8 +28,8 @@ extends:
28
name: Azure-Pipelines-1ESPT-ExDShared
29
image: windows-latest
30
os: windows # We need windows because compliance task only run on windows.
31
- customBuildTags: Null # send empty tags since it is not supported on GH repo's for PR's
32
- customLogIssues: Null # send empty tags since it is not supported on GH repo's for PR's
+ customBuildTags: null # send empty tags since it is not supported on GH repo's for PR's
+ customLogIssues: null # send empty tags since it is not supported on GH repo's for PR's
33
stages:
34
- stage: main
35
jobs:
0 commit comments