Skip to content

Commit

Permalink
Update full-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed May 14, 2024
1 parent 102b908 commit 0fccfca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Get source
uses: actions/checkout@v2

- name: Setup .NET Core 3.1
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.x'
dotnet-version: '6.x'

- name: Build
run: dotnet build -c Release -v minimal -p:WarningLevel=3
Expand All @@ -44,10 +44,10 @@ jobs:
if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')

steps:
- name: Setup .NET Core 3.1
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.x'
dotnet-version: '6.x'

- name: Download Package Files
uses: actions/download-artifact@v2
Expand All @@ -69,10 +69,10 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

steps:
- name: Setup .NET Core 3.1
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.x'
dotnet-version: '6.x'

- name: Download Package Files
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 0fccfca

Please sign in to comment.