Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
8ec3c5579f
commit
d2bda642b0
@ -27,6 +27,12 @@ steps:
|
|||||||
workingDir: 'EnotaryoPH/EnotaryoPH.Web'
|
workingDir: 'EnotaryoPH/EnotaryoPH.Web'
|
||||||
customCommand: 'install --production'
|
customCommand: 'install --production'
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
inputs:
|
||||||
|
targetType: 'inline'
|
||||||
|
script: |
|
||||||
|
npm install rimraf -g
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(solution)'
|
restoreSolution: '$(solution)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user