Skip to content

Commit 284effb

Browse files
dotnet-maestro[bot]nkolev92
authored andcommitted
[dev] Source code updates from dotnet/dotnet (#6835)
[dev] Source code updates from dotnet/dotnet
1 parent 2481c3d commit 284effb

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This file should be imported by eng/Versions.props
2222
<!-- dotnet/corefx dependencies -->
2323
<SystemComponentModelCompositionPackageVersion>4.5.0</SystemComponentModelCompositionPackageVersion>
2424
<!-- dotnet/dotnet dependencies -->
25-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25420.109</MicrosoftDotNetArcadeSdkPackageVersion>
26-
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.25420.109</MicrosoftDotNetXliffTasksPackageVersion>
25+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25479.115</MicrosoftDotNetArcadeSdkPackageVersion>
26+
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.25479.115</MicrosoftDotNetXliffTasksPackageVersion>
2727
</PropertyGroup>
2828
<!--Property group for alternate package version names-->
2929
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="619d5633513d1b31c528db4360833fce52f51829" BarId="280198" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="e72b5bbe719d747036ce9c36582a205df9f1c361" BarId="285185" />
44
<!--
55
Currently this file is required to publish builds to .NET build asset registry.
66
See https://github.com/dotnet/arcade/issues/2396 for details.
@@ -56,13 +56,13 @@
5656
</Dependency>
5757
</ProductDependencies>
5858
<ToolsetDependencies>
59-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25420.109">
59+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25479.115">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
61+
<Sha>e72b5bbe719d747036ce9c36582a205df9f1c361</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25420.109">
63+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25479.115">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>619d5633513d1b31c528db4360833fce52f51829</Sha>
65+
<Sha>e72b5bbe719d747036ce9c36582a205df9f1c361</Sha>
6666
</Dependency>
6767
</ToolsetDependencies>
6868
</Dependencies>

eng/common/post-build/nuget-verification.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[CmdletBinding(PositionalBinding = $false)]
3131
param(
3232
[string]$NuGetExePath,
33-
[string]$PackageSource = "https://api.nuget.org/v3/index.json",
33+
[string]$PackageSource = "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
3434
[string]$DownloadPath,
3535
[Parameter(ValueFromRemainingArguments = $true)]
3636
[string[]]$args

es-metadata.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
schemaVersion: 0.0.1
2+
isProduction: true
3+
accountableOwners:
4+
service: 0eaea886-0e70-402f-92aa-ed69849c2707
5+
routing:
6+
defaultAreaPath:
7+
org: devdiv
8+
path: DevDiv\NuGet\NuGet Clients

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pinned": true
1010
},
1111
"msbuild-sdks": {
12-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25420.109",
12+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25479.115",
1313
"Microsoft.Build.NoTargets": "3.7.0"
1414
}
1515
}

0 commit comments

Comments
 (0)