Skip to content

Commit

Permalink
fix build artifact output (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored May 13, 2019
1 parent c2db83f commit 29d73b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-system/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- task: CopyFiles@2
displayName: 'Copy dotnet publish Output'
inputs:
sourceFolder: src/Lighthouse/bin/**/publish
targetFolder: $(Build.ArtifactStagingDirectory)/bin/netcoreapp2.1/publish
sourceFolder: src/Lighthouse/bin/Release/netcoreapp2.1/publish/
targetFolder: $(Build.ArtifactStagingDirectory)/bin/Release/netcoreapp2.1/publish/
- task: CopyFiles@2
displayName: 'Copy Dockerfiles'
inputs:
Expand Down

0 comments on commit 29d73b6

Please sign in to comment.