Skip to content

Commit f95fe90

Browse files
dotnet-maestro[bot]JaynieBaiJanProvaznik
authored
[vs17.13] Update dependencies from dotnet/arcade (#11407)
* Update dependencies from https://github.com/dotnet/arcade build 20250127.4 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25065.2 -> To Version 9.0.0-beta.25077.4 * Update Versions.props VersionPrefix * fix arcade restore path --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jenny Bai <v-jennybai@microsoft.com> Co-authored-by: Jan Provaznik <janprovaznik@microsoft.com>
1 parent fba050a commit f95fe90

File tree

6 files changed

+13
-23
lines changed

6 files changed

+13
-23
lines changed

.exp-insertions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
command: restore
153153
feedsToUse: config
154154
restoreSolution: '$(Build.SourcesDirectory)\eng\common\internal\Tools.csproj'
155-
nugetConfigPath: '$(Build.SourcesDirectory)\NuGet.config'
155+
nugetConfigPath: '$(Build.SourcesDirectory)\eng\common\internal\NuGet.config'
156156
restoreDirectory: '$(Build.SourcesDirectory)\.packages'
157157

158158
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-security-configuration/configuration-guides/pat-burndown-guidance#authentication-from-pipelines

.vsts-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ extends:
141141
command: restore
142142
feedsToUse: config
143143
restoreSolution: 'eng\common\internal\Tools.csproj'
144-
nugetConfigPath: 'NuGet.config'
144+
nugetConfigPath: 'eng\common\internal\NuGet.config'
145145
restoreDirectory: '$(Build.SourcesDirectory)\.packages'
146146

147147
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@1

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25065.2">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25077.4">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
76+
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25065.2">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25077.4">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
81+
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
84-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25065.2">
84+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25077.4">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
86+
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
8787
</Dependency>
8888
<Dependency Name="NuGet.Build.Tasks" Version="6.13.0-rc.93">
8989
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -98,9 +98,9 @@
9898
<Sha>31f8433cb625e2aa74d148005003b21d5e3f67b7</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25065.2">
101+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25077.4">
102102
<Uri>https://github.com/dotnet/arcade</Uri>
103-
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
103+
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106106
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.13.10</VersionPrefix>
5+
<VersionPrefix>17.13.11</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.12.6</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
@@ -62,7 +62,7 @@
6262
Otherwise, this version of dotnet will not be installed and the build will error out. -->
6363
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
6464
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
65-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25065.2</MicrosoftDotNetXUnitExtensionsVersion>
65+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25077.4</MicrosoftDotNetXUnitExtensionsVersion>
6666
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24607.3</MicrosoftNetCompilersToolsetVersion>
6767
<NuGetBuildTasksVersion>6.13.0-rc.93</NuGetBuildTasksVersion>
6868
</PropertyGroup>

eng/common/internal/Tools.csproj

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.12.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4"
1414
}
1515
}

0 commit comments

Comments
 (0)