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 12, 2024
1 parent 48a3e2c commit 426e192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ steps:
npm install
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/
mkdir ../Prod.Api/bin/Release/net6.0/publish/Frontend
cp dist/* -R ../Prod.Api/bin/Release/net6.0/publish/Frontend/
workingDirectory: 'Prod.Web'

- task: ArchiveFiles@2
inputs:
rootFolderOrFile: 'Prod.Api/bin/Release/net8.0/publish/'
rootFolderOrFile: 'Prod.Api/bin/Release/net6.0/publish/'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/drop.zip'
Expand Down

0 comments on commit 426e192

Please sign in to comment.