Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony committed Feb 18, 2022
1 parent bccbe1e commit cc80fe7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/dotnet-core.yml
Expand Up @@ -25,15 +25,15 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET Core 3.1
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
dotnet-version: 5.0.x

- name: Setup .NET 5
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: NBGV
id: nbgv
Expand Down Expand Up @@ -87,11 +87,6 @@ jobs:
run: |
dotnet outdated -o artifacts\outdated\outdated.json src
- name: Run Resharper Duplicate Code Finder
run: |
jb dupfinder ${{ env.solutionpath }} -o=artifacts\dupfinder\report.xml
# only store binlog on failure
- name: store binlogs
if: ${{ failure() }}
Expand Down

0 comments on commit cc80fe7

Please sign in to comment.