How to publish the Console Application (package from asp.net 5) as an Azure Web Job -


i have new asp.net 5 application (beta 8) , have created console application (the new package version). have followed guide microsoft on publishing azure web jobs. guide based on 2013 , not use vnext, describes files, etc. required publish webjob. have followed , created:

  • webjob-publish-settings.json
  • added reference microsoft.web.webjobs.publish
  • added webjobs-list.json (with reference .xproj)

after publish web application, no job appears (so guess not use config properly). there no context menu publish webjob either on console application.

is there proper way overcome or we'll have wait till full release of asp.net 5 have fixed , have create ordinary console application meanwhile? hope there workaround publish @ least manually.

currently, there no support in vs deploy dnx webjobs. come later, until there still ways deploy manually.

related reading:


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -