Skip to content

Commit

Permalink
Update additional GitVersion dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Nov 3, 2024
1 parent 3de3d4b commit 9a90c11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: GetSemVer
id: get-semver
run: |
dotnet tool install --global GitVersion.Tool --version 6.*
dotnet tool install --global GitVersion.Tool --version 6.0.4
output=$(dotnet-gitversion)
semver=$(echo $output | grep -oP '"SemVer"\s*:\s*"\K[^"]+')
echo $output
Expand Down
2 changes: 1 addition & 1 deletion Build/build-osx-installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Compress-Archive `
-Force
Test-ExitCode

dotnet tool update --global GitVersion.Tool --version 6.*
dotnet tool update --global GitVersion.Tool --version 6.0.4
Test-ExitCode

$SemVer = (dotnet-gitversion | ConvertFrom-Json).SemVer
Expand Down
2 changes: 1 addition & 1 deletion Build/build-windows-installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dotnet build $repoRootPath\Installer\Elzik.FmSync.WindowsInstaller\Elzik.FmSync.
-p:PublishSingleFile=true
Test-ExitCode

dotnet tool update --global GitVersion.Tool --version 6.*
dotnet tool update --global GitVersion.Tool --version 6.0.4
Test-ExitCode

$SemVer = (dotnet-gitversion | ConvertFrom-Json).SemVer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<None Include="LICENSE.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="6.0.3">
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 9a90c11

Please sign in to comment.