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