Skip to content

Commit

Permalink
Workaround for GitTools/GitVersion#3351
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Feb 17, 2023
1 parent 3c9c563 commit cdbd385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: choco install GitVersion.Portable ilmerge il-repack --confirm --no-progress
run: choco install GitVersion.Portable --version 5.6.11 --confirm --no-progress; choco install il-repack --confirm --no-progress
- name: Update project version
run: gitversion /l console /output buildserver /updateAssemblyInfo /verbosity minimal
- name: Get project version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: write
steps:
- name: Install dependencies
run: choco install NuGet.CommandLine GitVersion.Portable wixtoolset --confirm --no-progress
run: choco install GitVersion.Portable --version 5.6.11 --confirm --no-progress; choco install NuGet.CommandLine GitVersion.Portable wixtoolset --confirm --no-progress
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit cdbd385

Please sign in to comment.