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 308
308
<Uri >https://github.com/dotnet/runtime</Uri >
309
309
<Sha >3782e6e41cfaf76ec9ae4117722f835596026b1a</Sha >
310
310
</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 " >
312
312
<Uri >https://github.com/dotnet/arcade</Uri >
313
- <Sha >53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c </Sha >
313
+ <Sha >b7279bb45342c948ab46fea2d08ec17ae2f2a1bf </Sha >
314
314
<SourceBuild RepoName =" arcade" ManagedOnly =" true" />
315
315
</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 " >
317
317
<Uri >https://github.com/dotnet/arcade</Uri >
318
- <Sha >53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c </Sha >
318
+ <Sha >b7279bb45342c948ab46fea2d08ec17ae2f2a1bf </Sha >
319
319
</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 " >
321
321
<Uri >https://github.com/dotnet/arcade</Uri >
322
- <Sha >53fe29e220fc0db05eafd5c6bc6c8fb9ee7cec7c </Sha >
322
+ <Sha >b7279bb45342c948ab46fea2d08ec17ae2f2a1bf </Sha >
323
323
</Dependency >
324
324
</ToolsetDependencies >
325
325
</Dependencies >
Original file line number Diff line number Diff line change 141
141
<MicrosoftEntityFrameworkCoreVersion >6.0.0-preview.5.21224.4</MicrosoftEntityFrameworkCoreVersion >
142
142
<MicrosoftEntityFrameworkCoreDesignVersion >6.0.0-preview.5.21224.4</MicrosoftEntityFrameworkCoreDesignVersion >
143
143
<!-- Packages from dotnet/arcade -->
144
- <MicrosoftDotNetBuildTasksInstallersVersion >6.0.0-beta.21216.2 </MicrosoftDotNetBuildTasksInstallersVersion >
144
+ <MicrosoftDotNetBuildTasksInstallersVersion >6.0.0-beta.21222.1 </MicrosoftDotNetBuildTasksInstallersVersion >
145
145
</PropertyGroup >
146
146
<!--
147
147
Original file line number Diff line number Diff line change @@ -66,10 +66,19 @@ $locJson = @{
66
66
}
67
67
if ($continue )
68
68
{
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
+ }
73
82
}
74
83
}
75
84
}
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
runAsPublic : false
3
- sourceIndexPackageVersion : 1.0.1-20210225 .1
3
+ sourceIndexPackageVersion : 1.0.1-20210421 .1
4
4
sourceIndexPackageSource : https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
5
5
sourceIndexBuildCommand : powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci"
6
6
preSteps : []
Original file line number Diff line number Diff line change 30
30
},
31
31
"msbuild-sdks" : {
32
32
"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 "
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments