-
Notifications
You must be signed in to change notification settings - Fork 652
Can't deploy beta3 due to KRE name format change #1479
Comments
Yes, there are more changes in Beta3, so just setting the AppSetting is not good enough. We are working on getting proper support in Azure Websites. |
👍 , lots of breaking changes with beta3, hope you guys can figure this one out :) |
BTW, we might break support for earlier beta's once we have the beta3 support out. Hope that's ok, as hopefully everyone should be moving forward. This is after all a beta! |
@ahmelsayed that's awesome! What's the process of getting Kudu updated on an existing Azure Website? Do we wait for the next website 'build' ? |
It should be updated everywhere now. The most you may have to do is restart your site. Can you give it a try and verify that everything is working? Thanks! |
It does indeed work now, new version of Kudu automagically appeared on a running site :) Just a note for everyone using custom deployment hooks like myself (i.e. deploy.cmd), the kpm pack command is now called kpm bundle (aspnet/dnx#967) so old scripts will need to be updated (or re-downloaded from Kudu SCM) Thanks guys! |
For deploying beta2 apps via Kudu i could just set the SCM_KRE_Version app setting in Azure to 1.0.0-beta2 .
Setting this to 1.0.0-beta3 doesn't work because it seems the name format has changed slightly. Kudu does the following:
Downloading KRE-CoreCLR-x86.1.0.0-beta3 from https://www.nuget.org/api/v2
When the package is now called kre-coreclr-win-x86.1.0.0-beta3
The text was updated successfully, but these errors were encountered: