diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 28cb5659..9f10274a 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -51,6 +51,7 @@ jobs: set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH% cd $(Build.SourcesDirectory)\ci\win .\create_installer.cmd ${{ parameters.architecture }} 7z $(Build.BuildNumber) qt6 $(Agent.TempDirectory)\certificate.pfx $($env:PASSWORD) + write-output: "##vso[task.setsecret]$(pfxPassword)" env: PASSWORD: $(pfxPassword) displayName: 'Create installer' diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index b343bd55..c49ea3bc 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -51,6 +51,7 @@ jobs: set PATH=C:\Qt\${{ parameters.qt_version }}\${{ parameters.qt_spec }}\bin;%PATH% cd $(Build.SourcesDirectory)\ci\win .\create_installer.cmd ${{ parameters.architecture }} 7z $(Build.BuildNumber) qt5 $(Agent.TempDirectory)\certificate.pfx $($env:PASSWORD) + write-output: "##vso[task.setsecret]$(pfxPassword)" env: PASSWORD: $(pfxPassword) displayName: 'Create installer'