mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
a19d324875
commit
227996dc92
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ stages:
|
||||||
displayName: Build and Publish
|
displayName: Build and Publish
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- task: PowerShell@2
|
||||||
|
inputs:
|
||||||
|
targetType: 'inline'
|
||||||
|
script: '(gci env:*).GetEnumerator() | Sort-Object Name | Out-String'
|
||||||
|
pwsh: true
|
||||||
|
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
displayName: 'Install NuGet 4.4.1'
|
displayName: 'Install NuGet 4.4.1'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue