This commit is contained in:
@@ -23,9 +23,6 @@ jobs:
|
||||
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj') }}
|
||||
restore-keys: |
|
||||
nuget-${{ runner.os }}-
|
||||
- name: Restore
|
||||
- run: dotnet restore
|
||||
- name: Build
|
||||
- run: dotnet build --configuration Release --no-restore
|
||||
- name: Test
|
||||
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
|
||||
Reference in New Issue
Block a user