mirror of
https://github.com/fergalmoran/SilkierQuartz.git
synced 2025-12-22 09:37:56 +00:00
Update dotnet-core.yml
This commit is contained in:
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@@ -16,9 +16,9 @@ jobs:
|
||||
- name: Setup .NET Core SDK
|
||||
uses: actions/setup-dotnet@v1.5.0
|
||||
- name: Install dependencies
|
||||
run: dotnet restore ./SilkierQuartz.sln
|
||||
run: dotnet restore ./src/SilkierQuartz/SilkierQuartz.csproj
|
||||
- name: Build
|
||||
run: dotnet build ./SilkierQuartz.sln --configuration Release
|
||||
run: dotnet build ./src/SilkierQuartz/SilkierQuartz.csproj --configuration Release
|
||||
- name: Test
|
||||
run: dotnet test --no-restore --verbosity normal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user