format2
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore .\src\LittleTown.sln
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build .\src\LittleTown.sln
|
run: dotnet build .\src\LittleTown.sln
|
||||||
- name: Test with the dotnet CLI
|
- name: Test with the dotnet CLI
|
||||||
|
|||||||
Reference in New Issue
Block a user