Update .NET Core CI template
Run a `dotnet restore` step, run tests.
This commit is contained in:
+6
-2
@@ -17,5 +17,9 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.101
|
dotnet-version: 3.1.101
|
||||||
- name: Build with dotnet
|
- name: Install dependencies
|
||||||
run: dotnet build --configuration Release
|
run: dotnet restore
|
||||||
|
- name: Build
|
||||||
|
run: dotnet build --configuration Release --no-restore
|
||||||
|
- name: Test
|
||||||
|
run: dotnet test --no-restore --verbosity normal
|
||||||
|
|||||||
Reference in New Issue
Block a user