Skip to content

Commit 341c5a6

Browse files
author
Danny Logsdon
committed
remove web files, comment migrationhost for build
1 parent 335b91d commit 341c5a6

File tree

187 files changed

+16
-223977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+16
-223977
lines changed

src/V1/Tests/MigrationsHost/StartupMigrations.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
using Microsoft.AspNetCore.Builder;
22
using Microsoft.Extensions.Configuration;
33
using Microsoft.Extensions.DependencyInjection;
4-
using ServiceBricks.Cache.Postgres;
4+
5+
//using ServiceBricks.Cache.Postgres;
56

67
namespace ServiceBricks.Xunit
78
{
@@ -20,7 +21,7 @@ public virtual void ConfigureDevelopmentServices(IServiceCollection services)
2021
//**************************
2122
//UNCOMMENT THE ONE YOU NEED
2223
//**************************
23-
services.AddServiceBricksCachePostgres(Configuration);
24+
//services.AddServiceBricksCachePostgres(Configuration);
2425
//services.AddServiceBricksCacheSqlServer(Configuration);
2526
//services.AddServiceBricksCacheSqlite(Configuration);
2627

@@ -37,7 +38,7 @@ public virtual void Configure(IApplicationBuilder app)
3738
//**************************
3839
//UNCOMMENT THE ONE YOU NEED
3940
//**************************
40-
app.StartServiceBricksCachePostgres();
41+
//app.StartServiceBricksCachePostgres();
4142
//app.StartServiceBricksCacheSqlServer();
4243
//app.StartServiceBricksCacheSqlite();
4344
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<footer class="layout-footer">
2-
<div>Copyright © @DateTime.Now.Year <a class="companylink" href="http://HoloModular.com" target="_blank">HoloModular LLC</a> All Rights Reserved.</div>
2+
<div>Copyright © @DateTime.Now.Year <a class="companylink" href="https://HoloModular.com" target="_blank">HoloModular LLC</a> All Rights Reserved.</div>
33
</footer>

src/V1/Tests/WebAppNet6/Pages/Shared/_Layout.cshtml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>@ViewData["Title"]</title>
88
<meta name="keywords" content="@ViewData["Keywords"]">
99
<meta name="description" content="@ViewData["Description"]">
10-
<meta name="author" content="http://ServiceBrick.com">
10+
<meta name="author" content="https://ServiceBricks.com">
1111

1212
<!-- Mobile Meta Tag -->
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -16,12 +16,7 @@
1616
<link rel="icon" type="image/x-icon" href="/favicon.ico">
1717

1818
<!-- Scripts and Style Sheets -->
19-
<script src="/lib/jquery/dist/jquery.js"></script>
20-
<script src="/lib/jquery-validation/dist/jquery.validate.js"></script>
21-
<script src="/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
22-
<script src="/lib/bootstrap/dist/js/bootstrap.js"></script>
23-
<link rel="stylesheet" media="screen" href="/lib/bootstrap/dist/css/bootstrap.css">
24-
<link rel="stylesheet" media="screen" href="/css/site.css">
19+
2520

2621
<!-- View Head -->
2722
@RenderSection("Head", required: false)

src/V1/Tests/WebAppNet6/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p>
99
This is the ServiceBricks Web API Starter Application.
1010
You can modify this application however you like.
11-
Please visit our website at: <a href="http://ServiceBricks.com" target="_blank">http://ServiceBricks.com</a>.
11+
Please visit our website at: <a href="https://ServiceBricks.com" target="_blank">https://ServiceBricks.com</a>.
1212
</p>
1313
<p>
1414
<a href="/swagger">View Swagger Page</a>

src/V1/Tests/WebAppNet6/wwwroot/css/site.css

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/V1/Tests/WebAppNet6/wwwroot/js/site.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/V1/Tests/WebAppNet6/wwwroot/lib/bootstrap/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)