Skip to content

Commit

Permalink
Targeted CI variable identification
Browse files Browse the repository at this point in the history
  • Loading branch information
drmathias committed Jan 26, 2021
1 parent 9cdb6e0 commit 5cfb8ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ stages:
- task: replacetokens@3
displayName: 'Replace Variables'
inputs:
targetFiles: 'src/input/**/*'
targetFiles: |
src/input/**/*.html
src/input/**/*.cshtml
src/input/**/*.md
src/input/**/*.yml
src/input/**/*.json
encoding: 'auto'
writeBOM: true
actionOnMissing: 'warn'
keepToken: false
keepToken: true
tokenPrefix: '#{'
tokenSuffix: '}#'
useLegacyPattern: false
Expand Down

0 comments on commit 5cfb8ee

Please sign in to comment.