From 10243588511997c6276d7e89d07ef96b02343bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20van=20Velzen=20=F0=9F=81=B4?= Date: Thu, 1 Aug 2024 11:30:49 -0700 Subject: [PATCH] =?UTF-8?q?=EF=BF=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ado/jobs/playground.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.ado/jobs/playground.yml b/.ado/jobs/playground.yml index 96dbace4e3..825e3bced4 100644 --- a/.ado/jobs/playground.yml +++ b/.ado/jobs/playground.yml @@ -8,6 +8,9 @@ parameters: - Continuous - name: AgentPool type: object + - name: certificatePassword + type: string + default: 'pwd' - name: buildMatrix type: object default: @@ -135,7 +138,9 @@ jobs: - ${{if eq(config.BuildEnvironment, 'Continuous')}}: - template: ../templates/write-certificate.yml - + parameters: + certificatePassword: ${{ parameters.certificatePassword }} + - ${{ if eq(matrix.UseExperimentalWinUI3, true) }}: - template: ../templates/set-experimental-feature.yml parameters: @@ -174,6 +179,7 @@ jobs: ${{if eq(config.BuildEnvironment, 'Continuous')}}: msbuildArgs: /p:PackageCertificateKeyFile=$(Build.SourcesDirectory)\EncodedKey.pfx + /p:PackageCertificatePassword=${{ parameters.certificatePassword }} - ${{if and(endsWith(matrix.Name, 'Universal'), eq(matrix.BuildConfiguration, 'Debug')) }}: # Execute debug feature tests (skip this step for the Win32 Playground app and for release builds)