Skip to content

Commit

Permalink
Update vsts-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam authored Feb 21, 2023
1 parent 223b917 commit 564a667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ steps:
arguments: '--configuration $(BuildConfiguration)'

- task: CopyFiles@2
displayName: 'Copy build artifacts from: $(Build.SourcesDirectory)\bin\$(BuildConfiguration)\** to $(Build.ArtifactStagingDirectory)\out'
displayName: 'Copy build artifacts from: $(Build.SourcesDirectory)\VSConfigFinder\bin\$(BuildConfiguration)\** to $(Build.ArtifactStagingDirectory)\out'
inputs:
SourceFolder: $(Build.SourcesDirectory)
SourceFolder: $(Build.SourcesDirectory)\VSConfigFinder
Contents: |
bin\$(BuildConfiguration)\**
TargetFolder: $(Build.ArtifactStagingDirectory)\out
Expand Down

0 comments on commit 564a667

Please sign in to comment.