Skip to content

Commit 6c669e8

Browse files
author
v-wuzhai
authored
Attempt to fix Publish60Hosted_Works test (#42061)
2 parents 0667d47 + c731097 commit 6c669e8

File tree

3 files changed

+11376
-1
lines changed

3 files changed

+11376
-1
lines changed

test/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/BlazorLegacyIntegrationTest60.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ namespace Microsoft.NET.Sdk.BlazorWebAssembly.Tests
99
public class BlazorLegacyIntegrationTest60(ITestOutputHelper log)
1010
: IsolatedNuGetPackageFolderAspNetSdkBaselineTest(log, nameof(BlazorLegacyIntegrationTest60))
1111
{
12+
13+
protected override string EmbeddedResourcePrefix =>
14+
string.Join('.', "Microsoft.NET.Sdk.BlazorWebAssembly.Tests", "StaticWebAssetsBaselines");
15+
16+
protected override string ComputeBaselineFolder() =>
17+
Path.Combine(TestContext.GetRepoRoot() ?? AppContext.BaseDirectory, "test", "Microsoft.NET.Sdk.BlazorWebAssembly.Tests", "StaticWebAssetsBaselines");
18+
1219
[CoreMSBuildOnlyFact]
1320
public void Build60Hosted_Works()
1421
{
@@ -37,7 +44,8 @@ public void Build60Hosted_Works()
3744
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Shared.dll")).Should().Exist();
3845
}
3946

40-
[CoreMSBuildOnlyFact(Skip = "The Runtime pack resolves to 8.0 instead of 9.0")]
47+
[PlatformSpecificFact(TestPlatforms.Windows)]
48+
[SkipOnPlatform(TestPlatforms.Linux | TestPlatforms.OSX, "https://github.com/dotnet/sdk/issues/42145")]
4149
public void Publish60Hosted_Works()
4250
{
4351
// Arrange
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
[
2+
"${OutputPath}\\wwwroot\\BlazorWasmHosted60.Client.styles.css",
3+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Client.dll",
4+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Client.dll.br",
5+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Client.dll.gz",
6+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Shared.dll",
7+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Shared.dll.br",
8+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Shared.dll.gz",
9+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll",
10+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br",
11+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz",
12+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll",
13+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br",
14+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz",
15+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll",
16+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br",
17+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz",
18+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll",
19+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br",
20+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz",
21+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll",
22+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br",
23+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz",
24+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll",
25+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br",
26+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz",
27+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll",
28+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br",
29+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz",
30+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll",
31+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br",
32+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz",
33+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll",
34+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br",
35+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz",
36+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll",
37+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br",
38+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz",
39+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll",
40+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br",
41+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz",
42+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll",
43+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br",
44+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz",
45+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll",
46+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br",
47+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz",
48+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll",
49+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br",
50+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz",
51+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll",
52+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br",
53+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz",
54+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.dll",
55+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br",
56+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz",
57+
"${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll",
58+
"${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br",
59+
"${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz",
60+
"${OutputPath}\\wwwroot\\_framework\\System.Linq.dll",
61+
"${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br",
62+
"${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz",
63+
"${OutputPath}\\wwwroot\\_framework\\System.Memory.dll",
64+
"${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br",
65+
"${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz",
66+
"${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll",
67+
"${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br",
68+
"${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz",
69+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll",
70+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br",
71+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz",
72+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll",
73+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br",
74+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz",
75+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll",
76+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br",
77+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz",
78+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll",
79+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br",
80+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz",
81+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll",
82+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br",
83+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz",
84+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll",
85+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br",
86+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz",
87+
"${OutputPath}\\wwwroot\\_framework\\blazor.boot.json",
88+
"${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br",
89+
"${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz",
90+
"${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js",
91+
"${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br",
92+
"${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz",
93+
"${OutputPath}\\wwwroot\\_framework\\dotnet.js",
94+
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.br",
95+
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.gz",
96+
"${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat",
97+
"${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br",
98+
"${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz",
99+
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm",
100+
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br",
101+
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz",
102+
"${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat",
103+
"${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br",
104+
"${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz",
105+
"${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat",
106+
"${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br",
107+
"${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz",
108+
"${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat",
109+
"${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br",
110+
"${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz",
111+
"${OutputPath}\\wwwroot\\css\\app.css",
112+
"${OutputPath}\\wwwroot\\index.html",
113+
"${OutputPath}\\wwwroot\\BlazorWasmHosted60.Client#[.{fingerprint}]?.styles.css",
114+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Client.dll",
115+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Client.dll.br",
116+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Client.dll.gz",
117+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Shared.dll",
118+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Shared.dll.br",
119+
"${OutputPath}\\wwwroot\\_framework\\BlazorWasmHosted60.Shared.dll.gz",
120+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll",
121+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br",
122+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz",
123+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll",
124+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br",
125+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz",
126+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll",
127+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br",
128+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz",
129+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll",
130+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br",
131+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz",
132+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll",
133+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br",
134+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz",
135+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll",
136+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br",
137+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz",
138+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll",
139+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br",
140+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz",
141+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll",
142+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br",
143+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz",
144+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll",
145+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br",
146+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz",
147+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll",
148+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br",
149+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz",
150+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll",
151+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br",
152+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz",
153+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll",
154+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br",
155+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz",
156+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll",
157+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br",
158+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz",
159+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll",
160+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br",
161+
"${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz",
162+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll",
163+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br",
164+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz",
165+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.dll",
166+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br",
167+
"${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz",
168+
"${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll",
169+
"${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br",
170+
"${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz",
171+
"${OutputPath}\\wwwroot\\_framework\\System.Linq.dll",
172+
"${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br",
173+
"${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz",
174+
"${OutputPath}\\wwwroot\\_framework\\System.Memory.dll",
175+
"${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br",
176+
"${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz",
177+
"${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll",
178+
"${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br",
179+
"${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz",
180+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll",
181+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br",
182+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz",
183+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll",
184+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br",
185+
"${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz",
186+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll",
187+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br",
188+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz",
189+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll",
190+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br",
191+
"${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz",
192+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll",
193+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br",
194+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz",
195+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll",
196+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br",
197+
"${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz",
198+
"${OutputPath}\\wwwroot\\_framework\\blazor.boot.json",
199+
"${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br",
200+
"${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz",
201+
"${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js",
202+
"${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br",
203+
"${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz",
204+
"${OutputPath}\\wwwroot\\_framework\\dotnet.js",
205+
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.br",
206+
"${OutputPath}\\wwwroot\\_framework\\dotnet.js.gz",
207+
"${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat",
208+
"${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br",
209+
"${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz",
210+
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm",
211+
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br",
212+
"${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz",
213+
"${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat",
214+
"${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br",
215+
"${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz",
216+
"${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat",
217+
"${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br",
218+
"${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz",
219+
"${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat",
220+
"${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br",
221+
"${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz",
222+
"${OutputPath}\\wwwroot\\css\\app#[.{fingerprint}]?.css",
223+
"${OutputPath}\\wwwroot\\index#[.{fingerprint}]?.html"
224+
]

0 commit comments

Comments
 (0)