From 4542b3711de1f46ad92294f97cfbf1821e5bf125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Sep 2022 19:42:56 +0200 Subject: [PATCH] Revert Azure pipelines should hide any secret by default --- azure-pipelines-windows-template-qt6.yml | 1 - azure-pipelines-windows-template.yml | 1 - 2 files changed, 2 deletions(-) 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'