sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 642 forks source link

Setup myget #1098

Closed amerkoleci closed 5 years ago

amerkoleci commented 5 years ago

Hi @xoofx,

Can you setup myget server then I can push PR with nightly myget packages build?

You can take look at my engine repo (https://github.com/amerkoleci/vortice/blob/master/.appveyor.yml) I have my own sharpdx myget but probably need yours one.

Thanks

xoofx commented 5 years ago

Not sure I would like to use myget, appveyor is supposed to provide this no? I saw in appveyor documentation something like this:

nuget:
  project_feed: true

that might be just enough?

amerkoleci commented 5 years ago

I see, can you do setup for that? Not sure I can do that from external

xoofx commented 5 years ago

Not sure my changes did something, but I think packages are available at: https://ci.appveyor.com/nuget/sharpdx Let me know if you are not able to use this

amerkoleci commented 5 years ago

Nice one, it works, let me submit PR with README.md update to show how to use nightly pckages. Thanks

amerkoleci commented 5 years ago

PR #1099 added