Update dotnet-core.yml

This commit is contained in:
STAM 2020-09-18 20:18:12 +03:00 committed by GitHub
parent 5f9e2a0542
commit 44c8097599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: 3.1.301
- name: Install dependencies
run: dotnet restore
run: dotnet restore ./src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore ./src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj
- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal ./src/EpicMorg.SteamPathsLib/EpicMorg.SteamPathsLib.csproj