Skip to content

Commit

Permalink
update config outs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent c3b9d1a commit fd35923
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ jobs:
run: cat src/gitversion.yml

- name: Setup GitVersion Tool
run: |
# Install GitVersion as a global tool
dotnet tool install --global GitVersion.Tool --version 6.0.5
dotnet-gitversion /showconfig -c src/gitversion.yml
run: dotnet tool install --global GitVersion.Tool --version 6.0.5

- name: Show GitVersion config
run: |
# Execute GitVersion and output JSON
dotnet-gitversion /output json /l console /config src/gitversion.yml
run: dotnet-gitversion /showconfig /config src/gitversion.yml

- name: Show GitVersion config (with Json output)
run: dotnet-gitversion /output json /l console /config src/gitversion.yml

- name: Validate preview settings
run: |
Expand Down

0 comments on commit fd35923

Please sign in to comment.