diff --git a/.github/workflows/main_webapp-samtimo.yml b/.github/workflows/main_webapp-samtimo.yml
index c605866..0ee3602 100644
--- a/.github/workflows/main_webapp-samtimo.yml
+++ b/.github/workflows/main_webapp-samtimo.yml
@@ -25,13 +25,13 @@ jobs:
run: dotnet build --configuration Release
- name: dotnet publish
- run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
+ run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}\myapp
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
with:
name: .net-app
- path: ${{env.DOTNET_ROOT}}/myapp
+ path: ${{env.DOTNET_ROOT}}\myapp
deploy:
runs-on: windows-latest
diff --git a/_Layout.cshtml b/_Layout.cshtml
deleted file mode 100644
index ca394b0..0000000
--- a/_Layout.cshtml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
- @ViewData["Title"] - My .NET Web App
-
-
-
-
-
-
-
-
- @RenderBody()
-
-
-
-
-
-
-
-
-
- @await RenderSectionAsync("Scripts", required: false)
-
-
\ No newline at end of file
diff --git a/_Layout.cshtml.css b/_Layout.cshtml.css
deleted file mode 100644
index c04d2df..0000000
--- a/_Layout.cshtml.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
-for details on configuring this project to bundle and minify static web assets. */
-
-a.navbar-brand {
- white-space: normal;
- text-align: center;
- word-break: break-all;
-}
-
-a {
- color: #0077cc;
-}
-
-.btn-primary {
- color: #fff;
- background-color: #1b6ec2;
- border-color: #1861ac;
-}
-
-.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
- color: #fff;
- background-color: #1b6ec2;
- border-color: #1861ac;
-}
-
-.border-top {
- border-top: 1px solid #e5e5e5;
-}
-.border-bottom {
- border-bottom: 1px solid #e5e5e5;
-}
-
-.box-shadow {
- box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
-}
-
-button.accept-policy {
- font-size: 1rem;
- line-height: inherit;
-}
-
-.footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- white-space: nowrap;
- line-height: 60px;
-}
diff --git a/_ValidationScriptsPartial.cshtml b/_ValidationScriptsPartial.cshtml
deleted file mode 100644
index ff9c793..0000000
--- a/_ValidationScriptsPartial.cshtml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-