Skip to content

Commit

Permalink
asp
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Nov 21, 2023
1 parent 467eefa commit 7000595
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cake/BuildContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public BuildContext(ICakeContext context, BuildParameters buildParameters)
NoRestore = false,
MSBuildSettings = new DotNetMSBuildSettings()
{
Verbosity = DotNetVerbosity.Quiet
Verbosity = buildParameters.Verbosity
}
};

Expand Down
7 changes: 6 additions & 1 deletion cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,13 @@ public override void Run(BuildContext context)
return;
}



PackTemplatePackages(context,
Path.Combine(context.TemplatesDir, "AXSharp.templates.sln"));
Path.Combine(context.TemplatesDir,"working", "AXSharp.templates.sln"));



context.PushNugetPackages("templates");

context.CheckLicenseComplianceInArtifacts();
Expand Down
12 changes: 8 additions & 4 deletions templates/working/AXSharp.templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
<Compile Remove="**\*" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\assets\icons\icon_128_128.png" Link="templates\icon_128_128.png" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\NUGET-README.md" Link="templates\NUGET-README.md" />
<None Include="..\..\assets\icons\icon_128_128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\src\NUGET-README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.17.0-PTKu-patch-2.169",
"version": "0.17.0-alpha.169",
"commands": [
"ixc"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"OutputProjectFolder":"..\\axsharpblazor.twin"}
{"OutputProjectFolder":"..\\axsharpblazor.twin","UseBase":false,"NoDependencyUpdate":false,"ProjectFile":"axsharpblazor.csproj"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Id":"axsharpblazor","Version":"0.0.0"}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Content Include="Shared\Menu\ExpandableMenuItem.razor.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Presentation.Blazor.Controls" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Presentation.Blazor.Controls" Version="0.17.0-alpha.169" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.2" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-alpha.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-alpha.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-alpha.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-alpha.169" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-alpha.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-alpha.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-alpha.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"AXSharp.ixc": {
"version": "0.17.0-PTKu-patch-2.169",
"version": "0.17.0-alpha.169",
"commands": [
"ixc"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"OutputProjectFolder":"..\\axsharpconsole.twin"}
{"OutputProjectFolder":"..\\axsharpconsole.twin","UseBase":false,"NoDependencyUpdate":false,"ProjectFile":"axsharpconsole.csproj"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Id":"axsharpconsole","Version":"0.0.0"}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-PTKu-patch-2.169" />
<PackageReference Include="AXSharp.Abstractions" Version="0.17.0-alpha.169" />
<PackageReference Include="AXSharp.Connector" Version="0.17.0-alpha.169" />
<PackageReference Include="AXSharp.Connector.S71500.WebAPI" Version="0.17.0-alpha.169" />
</ItemGroup>
<ItemGroup>
<Compile Include=".g\**" />
Expand Down

0 comments on commit 7000595

Please sign in to comment.