[main] Update dependencies from dotnet/arcade (#302)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
6b058bf0b8
Коммит
83b18d0ee4
|
@ -8,14 +8,14 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23620.7">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24052.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
|
||||
<Sha>3531486ae4b4e78149d815d99db3d3a0e8a3c64d</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23620.7">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24052.3">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
|
||||
<Sha>3531486ae4b4e78149d815d99db3d3a0e8a3c64d</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||
<Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="Test">
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||
<Project>
|
||||
|
||||
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
|
||||
|
@ -27,4 +28,5 @@
|
|||
|
||||
<!-- Repository extensibility point -->
|
||||
<Import Project="$(RepositoryEngineeringDir)InternalTools.props" Condition="Exists('$(RepositoryEngineeringDir)InternalTools.props')" />
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"dotnet": "9.0.100-alpha.1.23615.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23620.7"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24052.3"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче