Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Bump versions for Net Core Runtime and gitversion to fix the CI Builds #1031

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading