Skip to content

Commit

Permalink
Merge pull request #1031 from unoplatform/dev/agzi/FixGitVersionStep
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Oct 18, 2023
2 parents 7ab99a2 + 6886621 commit dbfe644
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: '5.10.3'

- name: Determine Version
id: gitversion
Expand Down
2 changes: 1 addition & 1 deletion build/stage-build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
retryCountOnTaskFailure: 3
inputs:
packageType: runtime
version: 3.1.3
version: 6.0.0

- template: templates/gitversion.yml

Expand Down
2 changes: 1 addition & 1 deletion build/stage-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
retryCountOnTaskFailure: 3
inputs:
packageType: runtime
version: 3.1.3
version: 6.0.0

- template: templates/gitversion.yml
- template: templates/canary-updater.yml
Expand Down
8 changes: 4 additions & 4 deletions build/templates/gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
steps:
- task: UseDotNet@2
retryCountOnTaskFailure: 3
displayName: 'Use .Net Core runtime 3.1.x'
displayName: 'Use .Net Core runtime 6.0.0'
inputs:
packageType: runtime
version: 3.1.3
version: 6.0.0

- task: gitversion/setup@0
retryCountOnTaskFailure: 3
inputs:
versionSpec: '5.5.1'
versionSpec: '5.10.3'

- task: gitversion/execute@0
inputs:
Expand All @@ -19,4 +19,4 @@ steps:
configFilePath: build/gitversion.yml
displayName: Use GitVersion

- template: set-app-versions.yml
- template: set-app-versions.yml

0 comments on commit dbfe644

Please sign in to comment.