We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dc538 commit af3d16dCopy full SHA for af3d16d
.github/workflows/integration.yml
@@ -37,10 +37,8 @@ jobs:
37
uses: actions/setup-dotnet@v2
38
with:
39
dotnet-version: ${{matrix.dotnet}}
40
- - name: Restore dependencies
41
- run: dotnet restore --use-current-runtime
42
- name: Build
43
- run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
+ run: dotnet build /p:ContinuousIntegrationBuild=true
44
- name: Test
45
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
46
- name: Codecov
0 commit comments