-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kudulite sets siteversion.txt instead of packagename.txt #36
Comments
ankitkumarr
added a commit
to ankitkumarr/KuduLite
that referenced
this issue
May 17, 2019
JennyLawrance
added a commit
that referenced
this issue
May 17, 2019
Change sitepackage.txt to packageversion.txt (fixes #36)
Closed via #37 |
sanchitmehta
added a commit
that referenced
this issue
Jun 4, 2019
* Adding dotnet support * Test Commit for new build options * Oryx build optimizations * Fix bug in source directory * Fix python builds to use virtualenv flags correctly * Fix expressbuilder issue * Update ExpressBuilder.cs Correcting the SitePackages root path * Fixed the bug where kudu didn't handle symlinks in zip files for zip deploy * Added functionality to return the deployment log url at the end of a git deployment * Added functionality to switch between volatile logs and mounted dir logs * Update ExpressBuilder.cs Fix typo node_modules.zip * Minor fixes to the Kudu Ui.Added tail 10 lines to log stream startup * Increasing log stream timeout and new line fix * Enable functions detector deeplink * Add: support for .sh file in PostDeploymentActions * Add execution mode before running the script * Add logging for running powershell script in RemoteSigned * Add support for function app build by oryx * Fix issue when redeploying using zipdeploy function app * Add: Url support for ZipDeploy * Use ReadAsStreamAsync to reduce thread blocking time * Change sitepackage.txt to packageversion.txt (fixes #36) * Updates for .NET core Builds * .NET core use temp directory for build * Fix issues with functionapp build * Enhance SimpleWebTokenHelper * Add: HostAssignmentContext * Remove unnecessary SettingsKeys.cs * Update function app express build artifacts * Fix .net core 1.0 and 2.0 builds with oryx * Add authorization and authentication * Rename Instance Controller to LinuxConsumptionInstanceAdmin Controller * Fix: controller name * Add some comments to explain the /assign and /info endpoints * Remove PlaceholderMode setting in InitializeProcess * Remove initialize process * Move extensions to KuduWebUtils * Squash Commit Add admin/instance/assign and admin/instance/info endpoints Reset launchSettings.json Rename WebhostEnvironment to LinuxConsumptionEnvironment Rename InstanceAdmin namespace to LinuxConsumptionInstanceAdmin Add Linux Consumption Specialization logic * Added VFS path to log stream, fixed line break problem with logstream * Update LogStreamManager.cs
Hazhzeng
pushed a commit
to Hazhzeng/KuduLite
that referenced
this issue
Jul 20, 2021
* Adding dotnet support * Test Commit for new build options * Oryx build optimizations * Fix bug in source directory * Fix python builds to use virtualenv flags correctly * Fix expressbuilder issue * Update ExpressBuilder.cs Correcting the SitePackages root path * Fixed the bug where kudu didn't handle symlinks in zip files for zip deploy * Added functionality to return the deployment log url at the end of a git deployment * Added functionality to switch between volatile logs and mounted dir logs * Update ExpressBuilder.cs Fix typo node_modules.zip * Minor fixes to the Kudu Ui.Added tail 10 lines to log stream startup * Increasing log stream timeout and new line fix * Enable functions detector deeplink * Add: support for .sh file in PostDeploymentActions * Add execution mode before running the script * Add logging for running powershell script in RemoteSigned * Add support for function app build by oryx * Fix issue when redeploying using zipdeploy function app * Add: Url support for ZipDeploy * Use ReadAsStreamAsync to reduce thread blocking time * Change sitepackage.txt to packageversion.txt (fixes Azure-App-Service#36) * Updates for .NET core Builds * .NET core use temp directory for build * Fix issues with functionapp build * Enhance SimpleWebTokenHelper * Add: HostAssignmentContext * Remove unnecessary SettingsKeys.cs * Update function app express build artifacts * Fix .net core 1.0 and 2.0 builds with oryx * Add authorization and authentication * Rename Instance Controller to LinuxConsumptionInstanceAdmin Controller * Fix: controller name * Add some comments to explain the /assign and /info endpoints * Remove PlaceholderMode setting in InitializeProcess * Remove initialize process * Move extensions to KuduWebUtils * Squash Commit Add admin/instance/assign and admin/instance/info endpoints Reset launchSettings.json Rename WebhostEnvironment to LinuxConsumptionEnvironment Rename InstanceAdmin namespace to LinuxConsumptionInstanceAdmin Add Linux Consumption Specialization logic * Added VFS path to log stream, fixed line break problem with logstream * Update LogStreamManager.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For linux, we don't support
siteversion.txt
. For a zipdeploy, we always need to setpackagename.txt
instead.The text was updated successfully, but these errors were encountered: