File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 449
449
if ($this.OnError ()) { return }
450
450
})
451
451
452
- $ubuild.DefineMethod (" PrepareAzureGallery" ,
453
- {
454
- Write-Host " Prepare Azure Gallery"
455
- $this.CopyFile (" $ ( $this.SolutionRoot ) \build\Azure\azuregalleryrelease.ps1" , $this.BuildOutput )
456
- })
457
-
458
452
$ubuild.DefineMethod (" PrepareCSharpDocs" ,
459
453
{
460
454
Write-Host " Prepare C# Documentation"
528
522
if ($this.OnError ()) { return }
529
523
$this.PackageNuGet ()
530
524
if ($this.OnError ()) { return }
531
- $this.PrepareAzureGallery ()
532
- if ($this.OnError ()) { return }
533
525
$this.PostPackageHook ()
534
526
if ($this.OnError ()) { return }
535
527
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<RootNamespace Condition =" '$(name)' != '$(name{-VALUE-FORMS-}safe_namespace)'" >Umbraco.Cms.Web.UI</RootNamespace >
6
6
</PropertyGroup >
7
7
8
-
9
8
<ItemGroup >
10
9
<PackageReference Include =" Umbraco.Cms" Version =" UMBRACO_VERSION_FROM_TEMPLATE" />
11
10
<PackageReference Include =" Umbraco.Cms.SqlCe" Version =" UMBRACO_VERSION_FROM_TEMPLATE" Condition =" '$(UseSqlCe)' == 'true'" />
12
11
<PackageReference Include =" Umbraco.SqlServerCE" Version =" 4.0.0.1" Condition =" '$(UseSqlCe)' == 'true'" />
13
12
</ItemGroup >
14
13
15
- <!-- Force windows to use ICU. Otherwise Windows 10 2019H1+ will do it, but older windows 10 and most if not all winodws servers will run NLS -->
16
- <ItemGroup Condition =" '$(OS)' == 'Windows_NT'" >
17
- <PackageReference Include =" Microsoft.ICU.ICU4C.Runtime" Version =" 68.2.0.9" />
18
- <RuntimeHostConfigurationOption Include =" System.Globalization.AppLocalIcu" Value =" 68.2" />
19
- </ItemGroup >
20
-
14
+ <!-- Force windows to use ICU. Otherwise Windows 10 2019H1+ will do it, but older windows 10 and most if not all winodws servers will run NLS -->
15
+ <ItemGroup Condition =" '$(OS)' == 'Windows_NT'" >
16
+ <PackageReference Include =" Microsoft.ICU.ICU4C.Runtime" Version =" 68.2.0.9" />
17
+ <RuntimeHostConfigurationOption Include =" System.Globalization.AppLocalIcu" Value =" 68.2" />
18
+ </ItemGroup >
21
19
22
- <Import Project =" ..\PackageTestSiteName\build\PackageTestSiteName.targets" Condition =" '$(PackageTestSiteName)' != ''" />
20
+ <Import Project =" ..\PackageTestSiteName\build\PackageTestSiteName.targets" Condition =" '$(PackageTestSiteName)' != ''" />
23
21
24
22
<ItemGroup Condition =" '$(PackageTestSiteName)' != ''" >
25
23
<ProjectReference Include =" ..\PackageTestSiteName\PackageTestSiteName.csproj" />
You can’t perform that action at this time.
0 commit comments