dev-build.sh now builds the whole solution and runs .NET + Jest unit tests instead of restarting docker-compose services. readme documents the aspire run command for local orchestration; slnx solution-items reference to the removed docker-compose.yml is gone.
22 lines
788 B
Plaintext
Executable File
22 lines
788 B
Plaintext
Executable File
<Solution>
|
|
<Folder Name="/Solution Items/">
|
|
<File Path=".editorconfig" />
|
|
<File Path=".gitignore" />
|
|
<File Path="CLAUDE.md" />
|
|
<File Path="readme.md" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/admin/Admin.esproj">
|
|
<Build />
|
|
<Deploy />
|
|
</Project>
|
|
<Project Path="src/api/MicCheck.Api/MicCheck.Api.csproj" />
|
|
<Project Path="src/MicCheck.AppHost/MicCheck.AppHost.csproj" />
|
|
<Project Path="src/MicCheck.ServiceDefaults/MicCheck.ServiceDefaults.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/api/MicCheck.Api.Tests.Unit/MicCheck.Api.Tests.Unit.csproj" />
|
|
<Project Path="tests/api/MicCheck.Api.Tests.Integration/MicCheck.Api.Tests.Integration.csproj" />
|
|
</Folder>
|
|
</Solution>
|