From 227996dc92f70bfc9a27f015c1c3de96e5315368 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 21:39:58 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index c2d321b8..46e1c683 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -35,6 +35,12 @@ stages: displayName: Build and Publish steps: + - task: PowerShell@2 + inputs: + targetType: 'inline' + script: '(gci env:*).GetEnumerator() | Sort-Object Name | Out-String' + pwsh: true + - task: NuGetToolInstaller@1 displayName: 'Install NuGet 4.4.1' inputs: