Skip to content

Commit

Permalink
Merge pull request #69191 from dotnet/dev/jorobich/update-compliance-yml
Browse files Browse the repository at this point in the history
Use variable group for apiscan
  • Loading branch information
JoeRobich authored Jul 25, 2023
2 parents 724dfa4 + 9eda7e5 commit d209f32
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions azure-pipelines-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ queue:
demands: Cmd
timeoutInMinutes: 90
variables:
BuildConfiguration: Release
TeamName: DotNet-Roslyn
SignType: test
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
_DevDivDropAccessToken: $(System.AccessToken)
- group: DotNet-Roslyn-ApiScan
- name: BuildConfiguration
value: Release
- name: TeamName
value: DotNet-Roslyn
- name: SignType
value: test
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
value: true
- name: _DevDivDropAccessToken
value: $(System.AccessToken)

steps:
- template: eng/pipelines/checkout-windows-task.yml
Expand Down Expand Up @@ -97,7 +103,7 @@ steps:
softwareBuildNum: '$(Build.BuildId)'
symbolsFolder: 'SRV*http://symweb'
env:
AzureServicesAuthConnectionString: runAs=App;AppId=$(ApiScanClientId);TenantId=$(ApiScanTenant);AppKey=$(ApiScanSecret)
AzureServicesAuthConnectionString: runAs=App;AppId=$(RoslynApiScanClientId);TenantId=$(RoslynApiScanTenant);AppKey=$(RoslynApiScanSecret)
continueOnError: true

- task: TSAUpload@2
Expand Down

0 comments on commit d209f32

Please sign in to comment.