Skip to content

Commit

Permalink
ci: align GitVersion tool version with AZP
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 31, 2024
1 parent 31d75e7 commit e165287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uno-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.12.0'
versionSpec: '5.10.3'

- name: GitVersion
id: gitversion
Expand Down
2 changes: 1 addition & 1 deletion tools/Uno.Sdk.Updater/Uno.Sdk.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="NuGet.Packaging" Version="6.10.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PackageReference Include="GitVersion.MsBuild" Version="5.10.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit e165287

Please sign in to comment.