Commit fc85ea9
committed
Add backend build step and use --no-build
In the reusable load concurrency workflow, add an explicit dotnet build for backend/src/Taskdeck.Api/Taskdeck.Api.csproj (Release, no-restore) before starting the API. Also pass --no-build to dotnet run so the already-built artifacts are used and an implicit rebuild is avoided. This ensures the API is built ahead of the load harness, speeds up CI, and prevents potential rebuild-related race conditions.1 parent 6fedf2a commit fc85ea9
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
98 | | - | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
0 commit comments