Skip to content

Commit d9e2559

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260116.3
On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.26062.3 -> To Version 10.0.0-beta.26066.3
1 parent bc319ae commit d9e2559

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

NuGet.config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
<clear />
88
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
99
<!-- Begin: Package sources from dotnet-dotnet -->
10-
<add key="darc-int-dotnet-dotnet-c799588" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-dotnet-c799588e/nuget/v3/index.json" />
1110
<!-- End: Package sources from dotnet-dotnet -->
1211
<!-- Begin: Package sources from dotnet-android -->
1312
<!-- End: Package sources from dotnet-android -->
1413
<!-- Begin: Package sources from dotnet-macios -->
1514
<!-- End: Package sources from dotnet-macios -->
1615
<!-- Begin: Package sources from dotnet-maui -->
17-
<add key="darc-pub-dotnet-maui-8e226eb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-maui-8e226ebb/nuget/v3/index.json" />
1816
<!-- End: Package sources from dotnet-maui -->
1917
<!-- Begin: Package sources from dotnet-emsdk -->
2018
<!-- End: Package sources from dotnet-emsdk -->
@@ -35,7 +33,6 @@
3533
<clear />
3634
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
3735
<!-- Begin: Package sources from dotnet-dotnet -->
38-
<add key="darc-int-dotnet-dotnet-c799588" value="true" />
3936
<!-- End: Package sources from dotnet-dotnet -->
4037
<!-- Begin: Package sources from dotnet-maui -->
4138
<!-- End: Package sources from dotnet-maui -->

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
</Dependency>
4141
</ProductDependencies>
4242
<ToolsetDependencies>
43-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26062.3">
43+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26066.3">
4444
<Uri>https://github.com/dotnet/arcade</Uri>
45-
<Sha>9f518f2be968c4c0102c2e3f8c793c5b7f28b731</Sha>
45+
<Sha>af17297350d5e5357d2ab3d69369d2a58b8bc4ab</Sha>
4646
<SourceBuild RepoName="arcade" ManagedOnly="true" />
4747
</Dependency>
4848
</ToolsetDependencies>

eng/common/core-templates/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
demands: ImageOverride -equals build.ubuntu.2004.amd64
6464
${{ if eq(variables['System.TeamProject'], 'internal') }}:
6565
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
66-
image: 1es-mariner-2
66+
image: Azure-Linux-3-Amd64
6767
os: linux
6868
${{ else }}:
6969
pool:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"msbuild-sdks": {
1111
"Microsoft.Build.NoTargets": "3.7.0",
12-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.3",
12+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26066.3",
1313
"Microsoft.VisualStudio.Internal.MicroBuild.Vsman": "2.0.174"
1414
}
1515
}

0 commit comments

Comments
 (0)