diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index 9f10274a..28cb5659 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -51,7 +51,6 @@ 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 c49ea3bc..b343bd55 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -51,7 +51,6 @@ 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'