Skip to content

Commit

Permalink
Adjusted build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gubpalma committed Jan 17, 2024
1 parent ea20c48 commit 982b144
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
nuget:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
MAJOR_VERSION: 6
MINOR_VERSION: 0
SOLUTION_PATH: ./src/6.0
env:
SOLUTION_PATH: ./src/6.0/
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand All @@ -22,7 +20,7 @@ jobs:
- name: Build
run: dotnet build $SOLUTION_PATH -c Release
- name: Test
run: dotnet test -c Release --no-build
run: dotnet test $SOLUTION_PATH -c Release --no-build
- name: Pack nugets
run: |
# Strip git ref prefix from version
Expand Down

0 comments on commit 982b144

Please sign in to comment.