aboutsummaryrefslogtreecommitdiff
path: root/back-end
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-15 12:09:17 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-15 12:09:17 -0400
commit5dfe3dc0db51624082d20a31767c5a6aa774749d (patch)
tree6d0aefa1be0d94e86711bcc2b51b897281412ddb /back-end
parentf2781825804039b5ca68466bec7054b8d9ccce5d (diff)
ci pipeline for complete builds
Diffstat (limited to 'back-end')
-rw-r--r--back-end/src/CMNextEntry.cs9
-rw-r--r--back-end/src/Content.Publishing.Blog.Admin.csproj4
2 files changed, 5 insertions, 8 deletions
diff --git a/back-end/src/CMNextEntry.cs b/back-end/src/CMNextEntry.cs
index 4041122..fa8a594 100644
--- a/back-end/src/CMNextEntry.cs
+++ b/back-end/src/CMNextEntry.cs
@@ -58,9 +58,7 @@ namespace Content.Publishing.Blog.Admin
}
protected override void ProcessHostCommand(string cmd)
- {
- throw new NotImplementedException();
- }
+ { }
private void PrintHelloMessage()
{
@@ -73,8 +71,7 @@ namespace Content.Publishing.Blog.Admin
License: GNU Affero General Public License v3.0
This application comes with ABSOLUTELY NO WARRANTY.
- Your server is now running at the following locations:
-{0}
+ Your server is now running at the following locations:{0}
******************************************************************************";
string[] interfaces = HostConfig.GetProperty("virtual_hosts")
@@ -91,7 +88,7 @@ namespace Content.Publishing.Blog.Admin
StringBuilder sb = new();
foreach ( string intf in interfaces )
{
- sb.Append('\t');
+ sb.Append("\n\t");
sb.AppendLine(intf);
}
diff --git a/back-end/src/Content.Publishing.Blog.Admin.csproj b/back-end/src/Content.Publishing.Blog.Admin.csproj
index 19839b7..e5cf72b 100644
--- a/back-end/src/Content.Publishing.Blog.Admin.csproj
+++ b/back-end/src/Content.Publishing.Blog.Admin.csproj
@@ -33,8 +33,8 @@
<ItemGroup>
<PackageReference Include="FluentFTP" Version="47.1.0" />
<PackageReference Include="Minio" Version="5.0.0" />
- <PackageReference Include="VNLib.Plugins.Extensions.Loading" Version="0.1.0-ci0033" />
- <PackageReference Include="VNLib.Plugins.Extensions.Validation" Version="0.1.0-ci0033" />
+ <PackageReference Include="VNLib.Plugins.Extensions.Loading" Version="0.1.0-ci0034" />
+ <PackageReference Include="VNLib.Plugins.Extensions.Validation" Version="0.1.0-ci0034" />
</ItemGroup>
<ItemGroup>