Minor fixes

This commit is contained in:
2023-06-25 16:48:43 +02:00
parent b05ddd5e18
commit 132894e924
4 changed files with 16 additions and 14 deletions

View File

@ -20,7 +20,7 @@ build:
@dotnet build src/{{uppercase_project_name}}/{{uppercase_project_name}}.csproj
@dotnet build src/{{uppercase_project_name}}.Tests/{{uppercase_project_name}}.Tests.csproj
publish: format
publish:
@dotnet publish --configuration Release src/{{uppercase_project_name}}/{{uppercase_project_name}}.csproj
format: