Skip to content

Commit 4a46036

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210113.3 (#29309)
[release/5.0] Update dependencies from dotnet/arcade
1 parent fc45191 commit 4a46036

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

NuGet.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
6-
<!-- Begin: Package sources from dotnet-efcore -->
7-
<add key="darc-int-dotnet-efcore-1ee6b62" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-efcore-1ee6b629/nuget/v3/index.json" />
8-
<!-- End: Package sources from dotnet-efcore -->
9-
<!-- Begin: Package sources from dotnet-runtime -->
10-
<add key="darc-int-dotnet-runtime-cb5f173" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-cb5f173b/nuget/v3/index.json" />
11-
<!-- End: Package sources from dotnet-runtime -->
12-
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
135
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
146
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
157
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,17 @@
313313
<Uri>https://github.com/dotnet/runtime</Uri>
314314
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
315315
</Dependency>
316-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20621.10">
316+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21063.3">
317317
<Uri>https://github.com/dotnet/arcade</Uri>
318-
<Sha>f1c7a4b1bcd028e17f2714b7e6f30ec1abd1a03f</Sha>
318+
<Sha>f73f462f75b5fa21805f0b3c477b11277c5da556</Sha>
319319
</Dependency>
320-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.20621.10">
320+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21063.3">
321321
<Uri>https://github.com/dotnet/arcade</Uri>
322-
<Sha>f1c7a4b1bcd028e17f2714b7e6f30ec1abd1a03f</Sha>
322+
<Sha>f73f462f75b5fa21805f0b3c477b11277c5da556</Sha>
323323
</Dependency>
324-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20621.10">
324+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21063.3">
325325
<Uri>https://github.com/dotnet/arcade</Uri>
326-
<Sha>f1c7a4b1bcd028e17f2714b7e6f30ec1abd1a03f</Sha>
326+
<Sha>f73f462f75b5fa21805f0b3c477b11277c5da556</Sha>
327327
</Dependency>
328328
</ToolsetDependencies>
329329
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<MicrosoftEntityFrameworkCorePackageVersion>5.0.2</MicrosoftEntityFrameworkCorePackageVersion>
136136
<MicrosoftEntityFrameworkCoreDesignPackageVersion>5.0.2</MicrosoftEntityFrameworkCoreDesignPackageVersion>
137137
<!-- Packages from dotnet/arcade -->
138-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.20621.10</MicrosoftDotNetBuildTasksInstallersPackageVersion>
138+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.21063.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
139139
</PropertyGroup>
140140
<!--
141141

eng/common/post-build/publish-using-darc.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ try {
5454
--id $buildId `
5555
--publishing-infra-version $PublishingInfraVersion `
5656
--default-channels `
57-
--source-branch internal/release-publishing `
57+
--source-branch master `
5858
--azdev-pat $AzdoToken `
5959
--bar-uri $MaestroApiEndPoint `
6060
--password $MaestroToken `

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"msbuild-sdks": {
3232
"Yarn.MSBuild": "1.15.2",
33-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20621.10",
34-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20621.10"
33+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21063.3",
34+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21063.3"
3535
}
3636
}

0 commit comments

Comments
 (0)