Skip to content

Commit

Permalink
Merge pull request #100 from Artsdatabanken/azure-pipelines-test
Browse files Browse the repository at this point in the history
Update azure-pipelines-test.yml for Azure Pipelines
  • Loading branch information
Myrdrahl authored Nov 6, 2024
2 parents 23ca740 + b3d2879 commit a1371ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions azure-pipelines-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ steps:
npm install
npm run build
displayName: 'npm install and build'

- task: CopyFiles@2
inputs:
contents: "src/*.*"
targetFolder: "$(build.artifactStagingDirectory)"
displayName: Copy static files

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: "$(build.artifactStagingDirectory)"
artifactName: "drop"
artifactType: "container"
displayName: Publish artifact

0 comments on commit a1371ef

Please sign in to comment.