From 39cefa803256404331b00206609d807eec63cd71 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Tue, 5 Dec 2023 11:57:29 -0800 Subject: [PATCH] Update azure pipeline to use policheck v2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd868b44..554bc1b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ stages: jobs: - job: compliance steps: - - task: PoliCheck@1 + - task: PoliCheck@2 displayName: 'Run PoliCheck 🌎' inputs: inputType: 'Basic'