Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jojo Aquino 2025-04-12 22:09:47 +00:00
parent ec992af604
commit 24d929434b

View File

@ -28,6 +28,8 @@ stages:
versionSource: 'spec'
versionSpec: '20.x'
- task: Npm@1
inputs:
command: 'custom'
@ -41,9 +43,11 @@ stages:
npm install rimraf -g
npm install parcel -g
- task: NuGetCommand@2
- task: DotNetCoreCLI@2
inputs:
restoreSolution: '$(solution)'
command: 'restore'
projects: '**/*.csproj'
feedsToUse: 'config'
- task: DotNetCoreCLI@2
inputs:
@ -82,9 +86,11 @@ stages:
npm install rimraf -g
npm install parcel -g
- task: NuGetCommand@2
- task: DotNetCoreCLI@2
inputs:
restoreSolution: '$(solution)'
command: 'restore'
projects: '**/*.csproj'
feedsToUse: 'config'
- task: DotNetCoreCLI@2
inputs: