Skip to content

Commit 4681108

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210422.1 (#32175)
[main] Update dependencies from dotnet/arcade
1 parent 5e04465 commit 4681108

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,18 @@
308308
<Uri>https://github.com/dotnet/runtime</Uri>
309309
<Sha>3782e6e41cfaf76ec9ae4117722f835596026b1a</Sha>
310310
</Dependency>
311-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21216.2">
311+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21222.1">
312312
<Uri>https://github.com/dotnet/arcade</Uri>
313-
<Sha>53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c</Sha>
313+
<Sha>b7279bb45342c948ab46fea2d08ec17ae2f2a1bf</Sha>
314314
<SourceBuild RepoName="arcade" ManagedOnly="true" />
315315
</Dependency>
316-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21216.2">
316+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21222.1">
317317
<Uri>https://github.com/dotnet/arcade</Uri>
318-
<Sha>53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c</Sha>
318+
<Sha>b7279bb45342c948ab46fea2d08ec17ae2f2a1bf</Sha>
319319
</Dependency>
320-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21216.2">
320+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21222.1">
321321
<Uri>https://github.com/dotnet/arcade</Uri>
322-
<Sha>53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c</Sha>
322+
<Sha>b7279bb45342c948ab46fea2d08ec17ae2f2a1bf</Sha>
323323
</Dependency>
324324
</ToolsetDependencies>
325325
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<MicrosoftEntityFrameworkCoreVersion>6.0.0-preview.5.21224.4</MicrosoftEntityFrameworkCoreVersion>
142142
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-preview.5.21224.4</MicrosoftEntityFrameworkCoreDesignVersion>
143143
<!-- Packages from dotnet/arcade -->
144-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21216.2</MicrosoftDotNetBuildTasksInstallersVersion>
144+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21222.1</MicrosoftDotNetBuildTasksInstallersVersion>
145145
</PropertyGroup>
146146
<!--
147147

eng/common/generate-locproject.ps1

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,19 @@ $locJson = @{
6666
}
6767
if ($continue)
6868
{
69-
return @{
70-
SourceFile = $sourceFile
71-
CopyOption = "LangIDOnName"
72-
OutputPath = $outputPath
69+
if ($_.Directory.Name -eq 'en' -and $_.Extension -eq '.json') {
70+
return @{
71+
SourceFile = $sourceFile
72+
CopyOption = "LangIDOnPath"
73+
OutputPath = "$($_.Directory.Parent.FullName | Resolve-Path -Relative)\"
74+
}
75+
}
76+
else {
77+
return @{
78+
SourceFile = $sourceFile
79+
CopyOption = "LangIDOnName"
80+
OutputPath = $outputPath
81+
}
7382
}
7483
}
7584
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
runAsPublic: false
3-
sourceIndexPackageVersion: 1.0.1-20210225.1
3+
sourceIndexPackageVersion: 1.0.1-20210421.1
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: []

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.22.10",
33-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21216.2",
34-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21216.2"
33+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21222.1",
34+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21222.1"
3535
}
3636
}

0 commit comments

Comments
 (0)