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
theace0296 committed Jun 6, 2020
1 parent c326818 commit fe5f223
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ steps:
persistCredentials: true
- checkout: BeatMapSynthesizerModels

- script: dir $(Build.SourcesDirectory)

- task: CopyFiles@2
inputs:
SourceFolder: '$(Build.SourcesDirectory)/BeatMapSynthesizerModels/models'
Contents: '**'
TargetFolder: '$(Build.SourcesDirectory)/BeatMapSynthesizer/build/scripts/models'
displayName: 'Copy model files to source dir'

- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -92,4 +91,4 @@ steps:
PathtoPublish: '$(Build.ArtifactStagingDirectory)/BeatMapSynthesizer/publish'
ArtifactName: 'beat-map-synthesizer-win-$(version)'
publishLocation: 'Container'
displayName: 'Publish to Build Artifact'
displayName: 'Publish to build artifact'

0 comments on commit fe5f223

Please sign in to comment.