Skip to content

Commit

Permalink
[main] Update dependencies from devdiv/DevDiv/vs-code-coverage, dotne…
Browse files Browse the repository at this point in the history
…t/arcade, microsoft/testanywhere (#3849)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 18, 2024
1 parent be0d7ea commit cd583bb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24463.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24466.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24463.4">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24466.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24463.4">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24466.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9ba9980c4996a540387b9a0ef0d68accf00689c0</Sha>
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.5-preview.24466.3">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.5-preview.24467.2">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>c90d1ac2c2c33a9db49e961bf09a4e2858bb21bc</Sha>
<Sha>45bfb9e0f1bffade897524514c6f41d132510373</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24465.2">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24466.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>8995245950e97a9114bb210d4fdfc217dd851885</Sha>
<Sha>d320a5d2b0cd3512c6945e8968da5882089fcf2c</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24465.2">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24466.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>8995245950e97a9114bb210d4fdfc217dd851885</Sha>
<Sha>d320a5d2b0cd3512c6945e8968da5882089fcf2c</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24463.4</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.5-preview.24466.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24466.4</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.5-preview.24467.2</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24465.2</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24465.2</MSTestEngineVersion>
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24466.1</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24466.1</MSTestEngineVersion>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions eng/common/core-templates/steps/publish-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ steps:
'$(akams-client-id)'
'$(microsoft-symbol-server-pat)'
'$(symweb-symbol-server-pat)'
'$(dnceng-symbol-server-pat)'
'$(dn-bot-all-orgs-build-rw-code-rw)'
'$(System.AccessToken)'
${{parameters.CustomSensitiveDataList}}
continueOnError: true
condition: always()
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24463.4",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24466.4",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit cd583bb

Please sign in to comment.