Skip to content

Commit

Permalink
fixes build collection
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jan 24, 2020
1 parent 91e3068 commit f34b137
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ steps:

- bash: |
mkdir agsget/build
cp agsget/agsget/bin/Debug/netcoreapp3.1/osx-x64/publish/agsget build/agsget-osx64
cp agsget/agsget/bin/Debug/netcoreapp3.1/linux-x64/publish/agsget build/agsget
cp agsget/agsget/bin/Debug/netcoreapp3.1/win-x64/publish/agsget.exe build/agsget.exe
cp agsget/agsget/bin/Debug/netcoreapp3.1/win-x86/publish/agsget.exe build/agsget-x86.exe
cp agsget/agsget/bin/Debug/netcoreapp3.1/osx-x64/publish/agsget agsget/build/agsget-osx64
cp agsget/agsget/bin/Debug/netcoreapp3.1/linux-x64/publish/agsget agsget/build/agsget
cp agsget/agsget/bin/Debug/netcoreapp3.1/win-x64/publish/agsget.exe agsget/build/agsget.exe
cp agsget/agsget/bin/Debug/netcoreapp3.1/win-x86/publish/agsget.exe agsget/build/agsget-x86.exe
displayName: 'collect builds'

- task: CopyFiles@2
Expand Down

0 comments on commit f34b137

Please sign in to comment.