File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23110.3 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.23118.1 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >96d8be74c39a4765ec919ff9bebf9e0c875fc195 </Sha >
8+ <Sha >38d3196e1596eb525367ec8d65fcc1f30a58261c </Sha >
99 </Dependency >
10- <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23110.3 " >
10+ <Dependency Name =" Microsoft.DotNet.Helix.Sdk" Version =" 8.0.0-beta.23118.1 " >
1111 <Uri >https://github.com/dotnet/arcade</Uri >
12- <Sha >96d8be74c39a4765ec919ff9bebf9e0c875fc195 </Sha >
12+ <Sha >38d3196e1596eb525367ec8d65fcc1f30a58261c </Sha >
1313 </Dependency >
14- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 8.0.0-beta.23110.3 " >
14+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 8.0.0-beta.23118.1 " >
1515 <Uri >https://github.com/dotnet/arcade</Uri >
16- <Sha >96d8be74c39a4765ec919ff9bebf9e0c875fc195 </Sha >
16+ <Sha >38d3196e1596eb525367ec8d65fcc1f30a58261c </Sha >
1717 </Dependency >
1818 </ToolsetDependencies >
1919</Dependencies >
Original file line number Diff line number Diff line change 66 <PreReleaseVersionIteration >2</PreReleaseVersionIteration >
77 </PropertyGroup >
88 <PropertyGroup >
9- <MicrosoftDotNetBuildTasksPackagingVersion >8.0.0-beta.23110.3 </MicrosoftDotNetBuildTasksPackagingVersion >
9+ <MicrosoftDotNetBuildTasksPackagingVersion >8.0.0-beta.23118.1 </MicrosoftDotNetBuildTasksPackagingVersion >
1010 </PropertyGroup >
1111 <PropertyGroup >
1212 <WasiSdkVersion >16</WasiSdkVersion >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if (-not $wxlFiles) {
4545 }
4646}
4747
48- $macosHtmlEnFiles = Get-ChildItem - Recurse - Path " $SourcesDirectory " | Where-Object { $_.FullName -Match " en\.lproj\\.+\.html" } # add installer HTML files
48+ $macosHtmlEnFiles = Get-ChildItem - Recurse - Path " $SourcesDirectory " | Where-Object { $_.FullName -Match " en\.lproj\\.+\.html$ " } # add installer HTML files
4949$macosHtmlFiles = @ ()
5050if ($macosHtmlEnFiles ) {
5151 $macosHtmlEnFiles | ForEach-Object {
@@ -148,12 +148,17 @@ $locJson = @{
148148 }
149149 }
150150 $sourceFile = ($_.FullName | Resolve-Path - Relative)
151+ $lciFile = $sourceFile + " .lci"
151152 if ($continue ) {
152- return @ {
153+ $result = @ {
153154 SourceFile = $sourceFile
154155 CopyOption = " LangIDOnPath"
155156 OutputPath = $outputPath
156157 }
158+ if (Test-Path $lciFile - PathType Leaf) {
159+ $result [" LciFile" ] = $lciFile
160+ }
161+ return $result
157162 }
158163 }
159164 )
Original file line number Diff line number Diff line change 33 "dotnet" : " 8.0.100-alpha.1.23061.8"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23110.3 " ,
7- "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23110.3 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.23118.1 " ,
7+ "Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23118.1 "
88 }
99}
You can’t perform that action at this time.
0 commit comments