Skip to content

Commit

Permalink
updated the publish pipeline as well
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBKnights committed Jan 29, 2022
1 parent 20fdfce commit 334916d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: "6.0.x"
- name: Restore
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 334916d

Please sign in to comment.