diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 46e1c683..fbae091e 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -36,11 +36,13 @@ stages: steps: - task: PowerShell@2 + displayName: Output Environment Variables + condition: contains(variables['system.debug'], 'true') inputs: targetType: 'inline' script: '(gci env:*).GetEnumerator() | Sort-Object Name | Out-String' pwsh: true - + - task: NuGetToolInstaller@1 displayName: 'Install NuGet 4.4.1' inputs: