|
1 | 1 | =============================================================================== |
2 | 2 | PROJECT EXPORT |
3 | | -Generated: Tue Jan 27 01:01:42 PM EST 2026 |
| 3 | +Generated: Tue Jan 27 01:31:48 PM EST 2026 |
4 | 4 | Project Path: /home/kushal/src/dotnet/MyBlog |
5 | 5 | =============================================================================== |
6 | 6 |
|
@@ -58,7 +58,9 @@ DIRECTORY STRUCTURE: |
58 | 58 | │ │ │ ├── 0046.txt |
59 | 59 | │ │ │ ├── 0047.txt |
60 | 60 | │ │ │ ├── 0048.txt |
61 | | -│ │ │ └── 0049.txt |
| 61 | +│ │ │ ├── 0049.txt |
| 62 | +│ │ │ ├── 0050.txt |
| 63 | +│ │ │ └── 0051.txt |
62 | 64 | │ │ ├── command.md |
63 | 65 | │ │ ├── dump.txt |
64 | 66 | │ │ ├── instructions.md |
@@ -646,8 +648,8 @@ echo "" |
646 | 648 |
|
647 | 649 | ================================================================================ |
648 | 650 | FILE: .github/workflows/build-deploy.yml |
649 | | -SIZE: 5.09 KB |
650 | | -MODIFIED: 2026-01-27 12:56:00 |
| 651 | +SIZE: 5.11 KB |
| 652 | +MODIFIED: 2026-01-27 13:29:41 |
651 | 653 | ================================================================================ |
652 | 654 |
|
653 | 655 | name: Build, Test, and Deploy |
@@ -708,7 +710,7 @@ jobs: |
708 | 710 |
|
709 | 711 | - name: Start MyBlog application |
710 | 712 | run: | |
711 | | - dotnet run --project src/MyBlog.Web/MyBlog.Web.csproj -c Release --no-build > app.log 2>&1 & |
| 713 | + dotnet run --project src/MyBlog.Web/MyBlog.Web.csproj -c Release --no-build --no-launch-profile > app.log 2>&1 & |
712 | 714 | echo $! > app.pid |
713 | 715 | env: |
714 | 716 | ASPNETCORE_URLS: http://localhost:5000 |
@@ -13719,7 +13721,7 @@ window.themeManager = { |
13719 | 13721 |
|
13720 | 13722 |
|
13721 | 13723 | =============================================================================== |
13722 | | -EXPORT COMPLETED: Tue Jan 27 01:01:43 PM EST 2026 |
| 13724 | +EXPORT COMPLETED: Tue Jan 27 01:31:49 PM EST 2026 |
13723 | 13725 | Total Files Found: 115 |
13724 | 13726 | Files Exported: 115 |
13725 | 13727 | Files Skipped: 0 (binary or large files) |
|
0 commit comments