Add dotnet format to justfile
This commit is contained in:
parent
888df20cc9
commit
10ba654b09
5
justfile
5
justfile
@ -7,5 +7,8 @@ run:
|
||||
build:
|
||||
@dotnet build pacserver.csproj
|
||||
|
||||
publish:
|
||||
publish: format
|
||||
@dotnet publish --configuration Release pacserver.csproj
|
||||
|
||||
format:
|
||||
@dotnet format
|
||||
|
Loading…
x
Reference in New Issue
Block a user