Skip to content

Commit

Permalink
Build solution
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Aug 25, 2024
1 parent 4f4889c commit 5effea7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
with:
dotnet-version: "8"

- name: Build
- name: Build solution
run: dotnet build
working-directory: "Jvw.DevToys.SemverCalculator"

- name: Test
- name: Test solution
run: dotnet test --no-build
working-directory: "Jvw.DevToys.SemverCalculator"

analyze_codeql:
name: Run CodeQL scanning
Expand Down Expand Up @@ -112,9 +110,8 @@ jobs:
/d:sonar.exclusions="**/Pack/**/*.xml" `
/d:sonar.verbose=true
- name: Build
- name: Build solution
run: dotnet build
working-directory: "Jvw.DevToys.SemverCalculator"

- name: End SonarCloud analyze
env:
Expand Down Expand Up @@ -142,7 +139,7 @@ jobs:
TAG: ${{ github.ref_name }}
run: echo "NuGetVersion=${TAG#v}" >> $GITHUB_ENV

- name: Build Release
- name: Build package
run: dotnet build --configuration Release /p:Version=$NuGetVersion
working-directory: "Jvw.DevToys.SemverCalculator"

Expand Down

0 comments on commit 5effea7

Please sign in to comment.