From 6886621b5d0daeb858cc147429a33d49a9829655 Mon Sep 17 00:00:00 2001 From: agneszitte Date: Tue, 17 Oct 2023 17:58:02 -0400 Subject: [PATCH] ci: Bump versions for Net Core Runtime and gitversion to fix the CI Builds and match Uno core versions --- .github/workflows/azure-static-webapp.yml | 2 +- build/stage-build-mobile.yml | 2 +- build/stage-build-windows.yml | 2 +- build/templates/gitversion.yml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/azure-static-webapp.yml b/.github/workflows/azure-static-webapp.yml index 16318269f..a46cd452d 100644 --- a/.github/workflows/azure-static-webapp.yml +++ b/.github/workflows/azure-static-webapp.yml @@ -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 diff --git a/build/stage-build-mobile.yml b/build/stage-build-mobile.yml index 49300afcb..44bb2f998 100644 --- a/build/stage-build-mobile.yml +++ b/build/stage-build-mobile.yml @@ -14,7 +14,7 @@ steps: retryCountOnTaskFailure: 3 inputs: packageType: runtime - version: 3.1.3 + version: 6.0.0 - template: templates/gitversion.yml diff --git a/build/stage-build-windows.yml b/build/stage-build-windows.yml index cd1c025bf..9253484b9 100644 --- a/build/stage-build-windows.yml +++ b/build/stage-build-windows.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 diff --git a/build/templates/gitversion.yml b/build/templates/gitversion.yml index 9b962f8fe..96f376f81 100644 --- a/build/templates/gitversion.yml +++ b/build/templates/gitversion.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 \ No newline at end of file + - template: set-app-versions.yml