Update dependencies from https://github.com/dotnet/arcade build 20231221.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.23620.7 -> To Version 9.0.0-beta.23621.2
This commit is contained in:
dotnet-maestro[bot] 2023-12-22 13:27:22 +00:00
parent ef6e3ed282
commit 850978114b
4 changed files with 35 additions and 36 deletions

View file

@ -15,31 +15,30 @@ steps:
Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/
continueOnError: true
condition: always()
# TODO: Disabled - https://github.com/dotnet/dnceng/issues/1675
# - task: PowerShell@2
# displayName: Redact Logs
# inputs:
# filePath: $(Build.SourcesDirectory)/eng/common/post-build/redact-logs.ps1
# # For now this needs to have explicit list of all sensitive data. Taken from eng/publishing/v3/publish.yml
# # Sensitive data can as well be added to $(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
# # If the file exists - sensitive data for redaction will be sourced from it
# # (single entry per line, lines starting with '# ' are considered comments and skipped)
# arguments: -InputPath '$(Build.SourcesDirectory)/PostBuildLogs'
# -BinlogToolVersion ${{parameters.BinlogToolVersion}}
# -TokensFilePath '$(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
# '$(publishing-dnceng-devdiv-code-r-build-re)'
# '$(MaestroAccessToken)'
# '$(dn-bot-all-orgs-artifact-feeds-rw)'
# '$(akams-client-id)'
# '$(akams-client-secret)'
# '$(microsoft-symbol-server-pat)'
# '$(symweb-symbol-server-pat)'
# '$(dn-bot-all-orgs-build-rw-code-rw)'
# ${{parameters.CustomSensitiveDataList}}
# continueOnError: true
# condition: always()
- task: PowerShell@2
displayName: Redact Logs
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/post-build/redact-logs.ps1
# For now this needs to have explicit list of all sensitive data. Taken from eng/publishing/v3/publish.yml
# Sensitive data can as well be added to $(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
# If the file exists - sensitive data for redaction will be sourced from it
# (single entry per line, lines starting with '# ' are considered comments and skipped)
arguments: -InputPath '$(Build.SourcesDirectory)/PostBuildLogs'
-BinlogToolVersion ${{parameters.BinlogToolVersion}}
-TokensFilePath '$(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
'$(publishing-dnceng-devdiv-code-r-build-re)'
'$(MaestroAccessToken)'
'$(dn-bot-all-orgs-artifact-feeds-rw)'
'$(akams-client-id)'
'$(akams-client-secret)'
'$(microsoft-symbol-server-pat)'
'$(symweb-symbol-server-pat)'
'$(dn-bot-all-orgs-build-rw-code-rw)'
${{parameters.CustomSensitiveDataList}}
continueOnError: true
condition: always()
- task: PublishBuildArtifacts@1
displayName: Publish Logs
inputs: