Update dotnet-core.yml

This commit is contained in:
MysticBoy
2020-06-08 15:53:31 +08:00
committed by GitHub
parent ebb7132cd1
commit b99053cc93

View File

@@ -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