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 76b9dcb commit 9075b1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ after_build:

artifacts:
- path: '**\*$(APPVEYOR_BUILD_VERSION).nupkg'
- path: '.\src\Itofinit.Appveyor.Cli\$(configuration)\netcoreapp2.1\win-x64\publish'
name: apv-cli-v$(APPVEYOR_BUILD_VERSION)-$(configuration)-win-x64
type: zip



Expand Down
2 changes: 2 additions & 0 deletions utils/publish.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ dotnet publish --framework netcoreapp2.1 --runtime win-x64
dotnet publish --framework netcoreapp2.1 --runtime linux-x64
dotnet publish --framework netcoreapp2.1 --runtime osx-x64

dir .\src\Itofinit.Appveyor.Cli\Release\netcoreapp2.1\win-x64\publish

EXIT /B 0

0 comments on commit 9075b1a

Please sign in to comment.