Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
03e9afbb95
commit
17816a8db5
@ -22,6 +22,12 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest' # Specify the Linux agent
|
vmImage: 'ubuntu-latest' # Specify the Linux agent
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
version: '8'
|
||||||
|
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSource: 'spec'
|
versionSource: 'spec'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user