Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
24d929434b
commit
9a2dd202b9
@ -23,6 +23,11 @@ stages:
|
|||||||
vmImage: 'ubuntu-latest' # Specify the Linux agent
|
vmImage: 'ubuntu-latest' # Specify the Linux agent
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
version: '9.0.4'
|
||||||
|
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSource: 'spec'
|
versionSource: 'spec'
|
||||||
@ -68,6 +73,12 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest' # Specify the Windows agent
|
vmImage: 'windows-latest' # Specify the Windows agent
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
version: '9.0.4'
|
||||||
|
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSource: 'spec'
|
versionSource: 'spec'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user