Skip to content

Commit

Permalink
Update pipeline to net7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Apr 12, 2023
1 parent 91a0053 commit 83cd780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 7
- name: Restore
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
dotnet-version: 7
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down

0 comments on commit 83cd780

Please sign in to comment.