Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Can't deploy beta3 due to KRE name format change #1479

Closed
andrewcoll opened this issue Feb 26, 2015 · 7 comments
Closed

Can't deploy beta3 due to KRE name format change #1479

andrewcoll opened this issue Feb 26, 2015 · 7 comments
Assignees

Comments

@andrewcoll
Copy link

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

@ahmelsayed ahmelsayed self-assigned this Feb 26, 2015
@davidebbo
Copy link
Member

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.

@matt-podsiadlo
Copy link

👍 , lots of breaking changes with beta3, hope you guys can figure this one out :)

@davidebbo
Copy link
Member

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
Copy link
Member

This should be fixed by 4716485 and 5eb7282

@matt-podsiadlo
Copy link

@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' ?

@davidebbo
Copy link
Member

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!

@matt-podsiadlo
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants