[main] Update dependencies from dotnet/arcade (#18002)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
parent
4ce220694e
commit
dac1a0f786
5 changed files with 39 additions and 35 deletions
|
@ -211,18 +211,18 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23615.2">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23619.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
|
<Sha>7e95c635fb04fb81595c777ab6f3701474b9da43</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23615.2">
|
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23619.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
|
<Sha>7e95c635fb04fb81595c777ab6f3701474b9da43</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23615.2">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23619.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
|
<Sha>7e95c635fb04fb81595c777ab6f3701474b9da43</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23578.2">
|
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23578.2">
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
|
@ -232,9 +232,9 @@
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
<Sha>5263b603d90991a0c200aca8b8892c3d7cfe4751</Sha>
|
<Sha>5263b603d90991a0c200aca8b8892c3d7cfe4751</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23615.2">
|
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23619.4">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>2f7acdc5f9b87f260119bb32d01c24d2773773eb</Sha>
|
<Sha>7e95c635fb04fb81595c777ab6f3701474b9da43</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
||||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23615.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23619.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||||
|
|
3
eng/common/build.cmd
Normal file
3
eng/common/build.cmd
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo off
|
||||||
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*"
|
||||||
|
exit /b %ErrorLevel%
|
|
@ -16,28 +16,29 @@ steps:
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
condition: always()
|
condition: always()
|
||||||
|
|
||||||
- task: PowerShell@2
|
# TODO: Disabled - https://github.com/dotnet/dnceng/issues/1675
|
||||||
displayName: Redact Logs
|
# - task: PowerShell@2
|
||||||
inputs:
|
# displayName: Redact Logs
|
||||||
filePath: $(Build.SourcesDirectory)/eng/common/post-build/redact-logs.ps1
|
# inputs:
|
||||||
# For now this needs to have explicit list of all sensitive data. Taken from eng/publishing/v3/publish.yml
|
# filePath: $(Build.SourcesDirectory)/eng/common/post-build/redact-logs.ps1
|
||||||
# Sensitive data can as well be added to $(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
|
# # For now this needs to have explicit list of all sensitive data. Taken from eng/publishing/v3/publish.yml
|
||||||
# If the file exists - sensitive data for redaction will be sourced from it
|
# # Sensitive data can as well be added to $(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
|
||||||
# (single entry per line, lines starting with '# ' are considered comments and skipped)
|
# # If the file exists - sensitive data for redaction will be sourced from it
|
||||||
arguments: -InputPath '$(Build.SourcesDirectory)/PostBuildLogs'
|
# # (single entry per line, lines starting with '# ' are considered comments and skipped)
|
||||||
-BinlogToolVersion ${{parameters.BinlogToolVersion}}
|
# arguments: -InputPath '$(Build.SourcesDirectory)/PostBuildLogs'
|
||||||
-TokensFilePath '$(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
|
# -BinlogToolVersion ${{parameters.BinlogToolVersion}}
|
||||||
'$(publishing-dnceng-devdiv-code-r-build-re)'
|
# -TokensFilePath '$(Build.SourcesDirectory)/eng/BinlogSecretsRedactionFile.txt'
|
||||||
'$(MaestroAccessToken)'
|
# '$(publishing-dnceng-devdiv-code-r-build-re)'
|
||||||
'$(dn-bot-all-orgs-artifact-feeds-rw)'
|
# '$(MaestroAccessToken)'
|
||||||
'$(akams-client-id)'
|
# '$(dn-bot-all-orgs-artifact-feeds-rw)'
|
||||||
'$(akams-client-secret)'
|
# '$(akams-client-id)'
|
||||||
'$(microsoft-symbol-server-pat)'
|
# '$(akams-client-secret)'
|
||||||
'$(symweb-symbol-server-pat)'
|
# '$(microsoft-symbol-server-pat)'
|
||||||
'$(dn-bot-all-orgs-build-rw-code-rw)'
|
# '$(symweb-symbol-server-pat)'
|
||||||
${{parameters.CustomSensitiveDataList}}
|
# '$(dn-bot-all-orgs-build-rw-code-rw)'
|
||||||
continueOnError: true
|
# ${{parameters.CustomSensitiveDataList}}
|
||||||
condition: always()
|
# continueOnError: true
|
||||||
|
# condition: always()
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
displayName: Publish Logs
|
displayName: Publish Logs
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"cmake": "3.21.0"
|
"cmake": "3.21.0"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23615.2",
|
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23619.4",
|
||||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23615.2"
|
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23619.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue