Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mminns committed Dec 5, 2018
1 parent 7652ac5 commit 4e0f51e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ artifacts:
- path: '.\src\Itofinity.Appveyor.Cli\bin\$(configuration)\netcoreapp2.1\win-x64\publish'
name: apv-cli-v$(APPVEYOR_BUILD_VERSION)-$(configuration)-win-x64
type: zip

- path: '.\src\Itofinity.Appveyor.Cli\bin\$(configuration)\netcoreapp2.1\linux-x64\publish'
name: apv-cli-v$(APPVEYOR_BUILD_VERSION)-$(configuration)-linux-x64
type: zip
- path: '.\src\Itofinity.Appveyor.Cli\bin\$(configuration)\netcoreapp2.1\osx-x64\publish'
name: apv-cli-v$(APPVEYOR_BUILD_VERSION)-$(configuration)-osx-x64
type: zip


cache:
Expand Down

0 comments on commit 4e0f51e

Please sign in to comment.