Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
35d1b7f797
commit
1e69c02470
@ -20,7 +20,7 @@ stages:
|
||||
- job: LinuxBuild
|
||||
displayName: 'Build on Linux'
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest' # Specify the Linux agent
|
||||
vmImage: 'ubuntu-latest'
|
||||
steps:
|
||||
|
||||
- task: UseDotNet@2
|
||||
@ -33,12 +33,6 @@ stages:
|
||||
versionSource: 'spec'
|
||||
versionSpec: '20.x'
|
||||
|
||||
- task: Npm@1
|
||||
inputs:
|
||||
command: 'custom'
|
||||
workingDir: 'EnotaryoPH/EnotaryoPH.Web'
|
||||
customCommand: 'install --production'
|
||||
|
||||
- task: PowerShell@2
|
||||
inputs:
|
||||
filePath: 'make.ps1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user