Skip to content

Commit 36fb417

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240202.4 (#362)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.24076.5 -> To Version 9.0.0-beta.24102.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 49eb9a9 commit 36fb417

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24076.5">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24102.4">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
13+
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
1414
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1515
</Dependency>
16-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24076.5">
16+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24102.4">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>66c9c5397d599af40f2a94989241944f5a73442a</Sha>
18+
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
1919
</Dependency>
2020
</ToolsetDependencies>
2121
</Dependencies>

eng/common/sdk-task.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ try {
6464
$GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty
6565
}
6666
if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) {
67-
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.8.1-2" -MemberType NoteProperty
67+
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.8.5" -MemberType NoteProperty
6868
}
6969
if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") {
7070
$xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true

eng/common/templates/job/source-index-stage1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
runAsPublic: false
3-
sourceIndexPackageVersion: 1.0.1-20231213.4
3+
sourceIndexPackageVersion: 1.0.1-20240129.2
44
sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
55
sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
66
preSteps: []

eng/common/tools.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
379379

380380
# If the version of msbuild is going to be xcopied,
381381
# use this version. Version matches a package here:
382-
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.8.1-2
383-
$defaultXCopyMSBuildVersion = '17.8.1-2'
382+
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.8.5
383+
$defaultXCopyMSBuildVersion = '17.8.5'
384384

385385
if (!$vsRequirements) {
386386
if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') {

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"msbuild-sdks": {
19-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24076.5"
19+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24102.4"
2020
}
2121
}

0 commit comments

Comments
 (0)