Skip to content

Commit

Permalink
chore: Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-iag committed Jan 19, 2025
1 parent 0fe86ab commit ae0cbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.102
dotnet-version: 8.X
- name: Build with dotnet
run: dotnet build ./src/*.sln --configuration Release
- name: Test
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.102
dotnet-version: 8.X
- name: Pack
run: dotnet pack ./src/*.sln --configuration Release -o package
- name: Publish artifact
Expand Down

0 comments on commit ae0cbdd

Please sign in to comment.