Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
steinho committed Aug 9, 2024
1 parent fc36bf9 commit 48a3e2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ steps:
- task: NodeTool@0
inputs:
versionSource: 'spec'
versionSpec: '20.x'
versionSpec: '16.x'


- task: CmdLine@2
inputs:
script: |
npm install
npm run buildprod
npm run build
cp static/robots.txt dist/
mkdir ../Prod.Api/bin/Release/net8.0/publish/frontend
cp dist/* -R ../Prod.Api/bin/Release/net8.0/publish/frontend/
workingDirectory: 'Prod.Web'
Expand Down

0 comments on commit 48a3e2c

Please sign in to comment.