Skip to content

Commit c540f12

Browse files
authored
Fix the issue of security tools pipeline (#19732)
* Update the pool names * update the task name * update the task name
1 parent 75f843b commit c540f12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.azure-pipelines/security-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
displayName: Build
4343
inputs:
4444
targetType: inline
45-
script: dotnet msbuilc build.proj /t:"Build;GenerateHelp" /p:"PullRequestNumber=$(System.PullRequest.PullRequestNumber);IsSecurityCheck=true"
45+
script: dotnet msbuild build.proj /t:"Build;GenerateHelp" /p:"PullRequestNumber=$(System.PullRequest.PullRequestNumber);IsSecurityCheck=true"
4646
env:
47-
OCTOKITPAT: $(OCTOKITPAT)
47+
OCTOKITPAT: $(OCTOKITPAT)
4848
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
4949
displayName: Run CredScan
5050
condition: in(variables['system.pullRequest.targetBranch'], 'generation', 'main')

.azure-pipelines/util/download-build-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33

44
steps:
55
- task: DownloadPipelineArtifact@0
6-
displayName: 'Download {{ parameters.artifactName }}'
6+
displayName: 'Download ${{ parameters.artifactName }}'
77
inputs:
88
artifactName: ${{ parameters.artifactName }}
99
targetPath: artifacts

0 commit comments

Comments
 (0)