зеркало из https://github.com/dotnet/wpf.git
Change file name and add tsa configs to pr pipeline
This commit is contained in:
Родитель
2c987ce2a2
Коммит
97a361ee97
|
@ -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:
|
||||
|
|
|
@ -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')) }}:
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче