1 changed file
azure-pipelines.yml | ||
Add comment 9 - main
Add comment 10
Add comment 11 steps:
Add comment 12 Minus - task: Npm@1
Add comment 13 Minus displayName: Install NPM dependencies
Add comment 14 Minus inputs:
Add comment 15 Minus command: install
Add comment 16 Minus workingDir: $(Build.SourcesDirectory)/WPE.App.Services
Add comment 17 12 - task: UseDotNet@2
Add comment 18 13 displayName: Enable .NET 9
Add comment 19 14 inputs: