Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Brett Hewitson 2022-12-21 21:39:58 +10:00
parent a19d324875
commit 227996dc92

View file

@ -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: