diff --git a/.azure-pipelines/security-tools.yml b/.azure-pipelines/security-tools.yml index 481757a30fd2..e88f6440edc4 100644 --- a/.azure-pipelines/security-tools.yml +++ b/.azure-pipelines/security-tools.yml @@ -42,9 +42,9 @@ jobs: displayName: Build inputs: targetType: inline - script: dotnet msbuilc build.proj /t:"Build;GenerateHelp" /p:"PullRequestNumber=$(System.PullRequest.PullRequestNumber);IsSecurityCheck=true" + script: dotnet msbuild build.proj /t:"Build;GenerateHelp" /p:"PullRequestNumber=$(System.PullRequest.PullRequestNumber);IsSecurityCheck=true" env: - OCTOKITPAT: $(OCTOKITPAT) + OCTOKITPAT: $(OCTOKITPAT) - task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2 displayName: Run CredScan condition: in(variables['system.pullRequest.targetBranch'], 'generation', 'main') diff --git a/.azure-pipelines/util/download-build-steps.yml b/.azure-pipelines/util/download-build-steps.yml index 54e8deee3b9e..dd1514ff3f2f 100644 --- a/.azure-pipelines/util/download-build-steps.yml +++ b/.azure-pipelines/util/download-build-steps.yml @@ -3,7 +3,7 @@ parameters: steps: - task: DownloadPipelineArtifact@0 - displayName: 'Download {{ parameters.artifactName }}' + displayName: 'Download ${{ parameters.artifactName }}' inputs: artifactName: ${{ parameters.artifactName }} targetPath: artifacts \ No newline at end of file