File tree Expand file tree Collapse file tree 5 files changed +23
-14
lines changed Expand file tree Collapse file tree 5 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11parameters :
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 : []
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments