Skip to content

Commit

Permalink
setup and show
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent 417f479 commit 85a7e31
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,8 @@ jobs:

- name: Setup GitVersion Tool
run: |
# Install GitVersion as a global tool
dotnet tool install --global GitVersion.Tool --version 6.0.5
# Add the tool to PATH
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
- name: Show GitVersion config
run: |
# Execute GitVersion and output JSON
gitversion /output json /config src/gitversion.yml
dotnet tool run gitversion /showconfig -c src/gitversion.yml
- name: Validate preview settings
run: |
Expand Down

0 comments on commit 85a7e31

Please sign in to comment.