Skip to content

Commit

Permalink
Update build-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
turbobobbytraykov committed Jan 6, 2025
1 parent 9eb18c7 commit 8705b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
inputs:
SourceFolder: '$(Build.SourcesDirectory)\browser'
Contents: 'web.config'
TargetFolder: '$(Build.SourcesDirectory)\browser\dist'
TargetFolder: '$(Build.SourcesDirectory)\dist\browser'
OverWrite: true

- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.SourcesDirectory)\browser\dist'
targetPath: '$(Build.SourcesDirectory)\dist\browser'
artifact: 'dist'
publishLocation: 'pipeline'

Expand Down

0 comments on commit 8705b29

Please sign in to comment.