From abaa2c0d4ffcbb15f9b04f5029623bd850401ec7 Mon Sep 17 00:00:00 2001 From: oneonezhang Date: Wed, 12 Jun 2024 10:56:06 +0800 Subject: [PATCH] update --- build/pipelines/azure-pipelines.release.yaml | 2 +- build/pipelines/templates/build-single-architecture.yaml | 4 ++-- build/pipelines/templates/package-msixbundle.yaml | 4 ++-- build/pipelines/templates/release-vpack.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index 08dc5dd7..1a682aea 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -8,7 +8,7 @@ trigger: none pr: none variables: - versionMajor: 0 + versionMajor: 11 versionMinor: 2406 versionBuild: $[counter(format('{0}.{1}.*', variables['versionMajor'], variables['versionMinor']), 0)] versionPatch: 0 diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index b2436f1b..a8a7d8e7 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -55,7 +55,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.106 + vstsPackageVersion: 0.0.109 - task: NuGetToolInstaller@1 displayName: Use NuGet 6.x @@ -84,7 +84,7 @@ jobs: configuration: $(BuildConfiguration) maximumCpuCount: true - - ${{ if eq(parameters.isReleaseBuild, true) }}: + - ${{ if eq(parameters.isReleaseBuild, true) }}: - task: CopyFiles@2 displayName: Copy Files for BinSkim analysis inputs: diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index b10b4cbb..b33e299e 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -91,7 +91,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.108 + vstsPackageVersion: 0.0.109 - task: PowerShell@2 displayName: Generate MsixBundle mapping @@ -125,7 +125,7 @@ jobs: echo ClientId:$esrpClientId, TenantId:$esrpTenantId echo "##vso[task.setvariable variable=EsrpClientId]$esrpClientId" echo "##vso[task.setvariable variable=EsrpTenantId]$esrpTenantId" - displayName: Get SBOM Key Code + displayName: Get ESRP config - task: EsrpCodeSigning@5 displayName: Send msixbundle to code signing service diff --git a/build/pipelines/templates/release-vpack.yaml b/build/pipelines/templates/release-vpack.yaml index 75fa4c21..9f2f21e0 100644 --- a/build/pipelines/templates/release-vpack.yaml +++ b/build/pipelines/templates/release-vpack.yaml @@ -35,7 +35,7 @@ jobs: downloadDirectory: $(Build.SourcesDirectory) vstsFeed: WindowsInboxApps vstsFeedPackage: calculator-internals - vstsPackageVersion: 0.0.106 + vstsPackageVersion: 0.0.109 - pwsh: | $configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"