Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (dotnet#10522)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Dec 22, 2023
1 parent d44bc19 commit 4052920
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 43 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,29 +179,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23620.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23621.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.23620.7">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.23621.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23620.7">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23621.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23620.7">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.23621.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.23620.7">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.23621.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23620.7">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23621.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c0c425d9b85b125bbaf59581639355f1d2b99149</Sha>
<Sha>a1e4795fcba619bba3534700b660ad6d2e3ce859</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.23620.7</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.23620.7</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23620.7</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.23621.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.23621.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23621.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
Expand Down
49 changes: 24 additions & 25 deletions eng/common/templates/steps/publish-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"version": "9.0.100-alpha.1.23618.3"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23620.7",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23620.7",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23620.7",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23621.2",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23621.2",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.23621.2",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "9.0.0-alpha.1.23621.6"
},
Expand Down

0 comments on commit 4052920

Please sign in to comment.