Skip to content

Commit adcff4d

Browse files
[release/9.0.2xx] Update dependencies from dotnet/scenario-tests (#47552)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Eduardo Villalpando Mello <[email protected]>
1 parent 2a74fc2 commit adcff4d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<!-- Begin: Package sources from dotnet-aspire -->
2525
<!-- End: Package sources from dotnet-aspire -->
2626
<!-- Begin: Package sources from dotnet-aspnetcore -->
27+
<add key="darc-int-dotnet-aspnetcore-b96167f-5" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-b96167fb-5/nuget/v3/index.json" />
2728
<add key="darc-int-dotnet-aspnetcore-b96167f-4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-b96167fb-4/nuget/v3/index.json" />
2829
<add key="darc-int-dotnet-aspnetcore-b96167f-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-b96167fb-2/nuget/v3/index.json" />
2930
<!-- End: Package sources from dotnet-aspnetcore -->
@@ -45,6 +46,7 @@
4546
<!-- Begin: Package sources from dotnet-templating -->
4647
<add key="darc-pub-dotnet-templating-38b262d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-38b262d8/nuget/v3/index.json" />
4748
<add key="darc-pub-dotnet-templating-38b262d-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-38b262d8-1/nuget/v3/index.json" />
49+
<add key="darc-int-dotnet-templating-38b262d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-38b262d8/nuget/v3/index.json" />
4850
<!-- End: Package sources from dotnet-templating -->
4951
<!-- Begin: Package sources from dotnet-windowsdesktop -->
5052
<add key="darc-int-dotnet-windowsdesktop-1c33258" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1c33258c/nuget/v3/index.json" />
@@ -74,10 +76,12 @@
7476
<disabledPackageSources>
7577
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7678
<!-- Begin: Package sources from dotnet-templating -->
79+
<add key="darc-int-dotnet-templating-38b262d" value="true" />
7780
<!-- End: Package sources from dotnet-templating -->
7881
<!-- Begin: Package sources from dotnet-aspnetcore -->
7982
<add key="darc-int-dotnet-aspnetcore-b96167f-2" value="true" />
8083
<add key="darc-int-dotnet-aspnetcore-b96167f-4" value="true" />
84+
<add key="darc-int-dotnet-aspnetcore-b96167f-5" value="true" />
8185
<!-- End: Package sources from dotnet-aspnetcore -->
8286
<!-- Begin: Package sources from dotnet-runtime -->
8387
<add key="darc-int-dotnet-runtime-831d23e-1" value="true" />

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,14 @@
597597
<Uri>https://github.com/dotnet/arcade-services</Uri>
598598
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.25112.2">
600+
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.25163.1">
601601
<Uri>https://github.com/dotnet/scenario-tests</Uri>
602-
<Sha>f219fd635f701e3142be92cb0bb4039cadb39d4d</Sha>
602+
<Sha>75f784a5484a2d4e00905069160954f686dcc8e3</Sha>
603603
</Dependency>
604604
<!-- Intermediate is necessary for source build. -->
605-
<Dependency Name="Microsoft.SourceBuild.Intermediate.scenario-tests" Version="9.0.0-preview.25112.2">
605+
<Dependency Name="Microsoft.SourceBuild.Intermediate.scenario-tests" Version="9.0.0-preview.25163.1">
606606
<Uri>https://github.com/dotnet/scenario-tests</Uri>
607-
<Sha>f219fd635f701e3142be92cb0bb4039cadb39d4d</Sha>
607+
<Sha>75f784a5484a2d4e00905069160954f686dcc8e3</Sha>
608608
<SourceBuild RepoName="scenario-tests" ManagedOnly="true" />
609609
</Dependency>
610610
<!--

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<PropertyGroup Label="Infrastructure and test only dependencies">
260260
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
261261
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
262-
<MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>9.0.0-preview.25112.2</MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>
262+
<MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>9.0.0-preview.25163.1</MicrosoftDotNetScenarioTestsSdkTemplateTestsVersion>
263263
</PropertyGroup>
264264
<PropertyGroup Label="Manually updated">
265265
<!-- Dependencies from https://github.com/microsoft/MSBuildLocator -->

0 commit comments

Comments
 (0)