From a397a048e25474993a58ee148e0d9b487e476fe8 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Mon, 3 Jan 2022 22:28:39 +0100 Subject: [PATCH] try a secret --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31e9796639..70000f9e5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,6 +94,7 @@ jobs: - job: nix_ppc + condition: false pool: vmImage: 'ubuntu-20.04' steps: @@ -114,3 +115,13 @@ jobs: displayName: Copy result out of docker - publish: CompiledSamples artifact: PowerPC Samples + +-job: test + pool: + vmImage: 'ubuntu-20.04' + steps: + - script: | + echo Fooo + echo ${SECRETTEST} + env: + SECRETTEST: $[SecretTest]