Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jojo Aquino 2025-04-13 00:28:03 +00:00
parent 35d1b7f797
commit 1e69c02470

View File

@ -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'