Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
04b85d3619
commit
c97a02591f
@ -15,6 +15,14 @@ variables:
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- task: NodeTaskRunnerInstaller@0
|
||||
inputs:
|
||||
nodeVersion: '16'
|
||||
|
||||
- task: Npm@1
|
||||
inputs:
|
||||
command: 'install'
|
||||
workingDir: 'EnotaryoPH.Web'
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
Loading…
x
Reference in New Issue
Block a user