Skip to content

Commit

Permalink
staticwebapp.config.json should be in the dist folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudieekkelenkamp committed Dec 13, 2023
1 parent 0799c4f commit 7c48404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/public/deployments/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ steps:
}
- script: |
cp docs/public/deployments/azure/staticwebapp.config.json .
npm install
npm --version
node --version
npm run build
cp docs/public/deployments/azure/staticwebapp.config.json dist
displayName: 'npm install and build of Web Operator Client'
- task: AzureStaticWebApp@0
inputs:
Expand Down

0 comments on commit 7c48404

Please sign in to comment.