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