vscode-azureappservice
vscode-azureappservice copied to clipboard
Rename the jar file to app.jar when deploying
trafficstars
When the user deploys a *.jar file to Java SE runtime, we need to rename the jar file to app.jar. Otherwise, the service could not find the executable jar to be loaded.
@Flanker32 @andxu @Matthew-Dong
Please fix this. @Flanker32