- Move all source code to src/ directory - Add Fengling.AuthService.slnx solution file - Update Dockerfile to reference src/ paths - Update CI/CD workflow for new structure - Optimize .dockerignore for cleaner builds
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Fengling.AuthService.csproj" />
|
|
</Folder>
|
|
</Solution>
|