Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lucasteles/Backdash
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles committed May 23, 2024
2 parents 9d78312 + e2a5276 commit a7af585
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ jobs:
- name: Test
run: dotnet nuke test
- name: Build and Pack NuGet package
env:
SEM_VER: ${{ steps.gitversion.outputs.SemVer }}
run: |
dotnet pack src/Backdash --configuration Release --include-symbols -p:Version='$SEM_VER' --output ./build_artifacts
dotnet pack src/Backdash.Utils --configuration Release --include-symbols -p:Version='$SEM_VER' --output ./build_artifacts
dotnet pack src/Backdash.Analyzers --configuration Release --include-symbols -p:Version='$SEM_VER' --output ./build_artifacts
dotnet pack src/Backdash --configuration Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' --output ./build_artifacts
dotnet pack src/Backdash.Utils --configuration Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' --output ./build_artifacts
dotnet pack src/Backdash.Analyzers --configuration Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}' --output ./build_artifacts
- name: Upload lib NuGet package artifact to GitHub
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a7af585

Please sign in to comment.