ci: Bump versions for Net Core Runtime and gitversion to fix the CI Builds and match Uno core versions
This commit is contained in:
Родитель
7ab99a23f6
Коммит
6886621b5d
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Install GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0.9.7
|
||||
with:
|
||||
versionSpec: '5.x'
|
||||
versionSpec: '5.10.3'
|
||||
|
||||
- name: Determine Version
|
||||
id: gitversion
|
||||
|
|
|
@ -14,7 +14,7 @@ steps:
|
|||
retryCountOnTaskFailure: 3
|
||||
inputs:
|
||||
packageType: runtime
|
||||
version: 3.1.3
|
||||
version: 6.0.0
|
||||
|
||||
- template: templates/gitversion.yml
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
@ -19,4 +19,4 @@ steps:
|
|||
configFilePath: build/gitversion.yml
|
||||
displayName: Use GitVersion
|
||||
|
||||
- template: set-app-versions.yml
|
||||
- template: set-app-versions.yml
|
||||
|
|
Загрузка…
Ссылка в новой задаче