Skip to content

Commit

Permalink
Change file name and add tsa configs to pr pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit7962 committed Sep 6, 2024
1 parent 2c987ce commit 97a361e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extends:
enabled: true
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/tsa-options.json'
configFile: '$(Build.SourcesDirectory)/eng/tsaoptions.json'
featureFlags:
autoBaseline: true
pool:
Expand Down
5 changes: 5 additions & 0 deletions eng/pipeline-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parameters:
# Defaults to true
runAsPublic: true
repoName: dotnet/wpf
TSAEnabled: true

jobs:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
Expand Down Expand Up @@ -53,6 +54,10 @@ jobs:
variables:
- name: Codeql.Enabled
value: true
- name: Codeql.TSAEnabled
value: ${{ parameters.TSAEnabled }}
- name: Codeql.TSAOptionsPath
value: $(Build.SourcesDirectory)/eng/tsaoptions.json
# needed for signing
- name: _TeamName
value: DotNetCore
Expand Down
2 changes: 1 addition & 1 deletion eng/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Codeql.TSAEnabled
value: ${{ parameters.TSAEnabled }}
- name: Codeql.TSAOptionsPath
value: $(Build.SourcesDirectory)/eng/tsa-options.json
value: $(Build.SourcesDirectory)/eng/tsaoptions.json
- name: _TeamName
value: DotNetCore
- name: _SignType
Expand Down
File renamed without changes.

0 comments on commit 97a361e

Please sign in to comment.