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