Bot Framework SDK4 - 'deploy.cmd' is not recognized as an internal or external command, operable program or...
up vote
1
down vote
favorite
I am trying to set up automatic deployments from my GitLab instance to Azure for the Bot Framework SDK4. I am following this guide.
When I am trying to sync my changes from gitlab to azure I am getting the following error:
Command: deploy.cmd
'deploy.cmd' is not recognized as an internal or external command,
operable program or batch file.
'deploy.cmd' is not recognized as an internal or external command,rnoperable program or batch file.rnD:Program Files (x86)SiteExtensionsKudu78.11022.3613binScriptsstarter.cmd deploy.cmd
I have tried this on multiple azure instances and I have ran into the error on both. Any idea what could be causing this error?
add a comment |
up vote
1
down vote
favorite
I am trying to set up automatic deployments from my GitLab instance to Azure for the Bot Framework SDK4. I am following this guide.
When I am trying to sync my changes from gitlab to azure I am getting the following error:
Command: deploy.cmd
'deploy.cmd' is not recognized as an internal or external command,
operable program or batch file.
'deploy.cmd' is not recognized as an internal or external command,rnoperable program or batch file.rnD:Program Files (x86)SiteExtensionsKudu78.11022.3613binScriptsstarter.cmd deploy.cmd
I have tried this on multiple azure instances and I have ran into the error on both. Any idea what could be causing this error?
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to set up automatic deployments from my GitLab instance to Azure for the Bot Framework SDK4. I am following this guide.
When I am trying to sync my changes from gitlab to azure I am getting the following error:
Command: deploy.cmd
'deploy.cmd' is not recognized as an internal or external command,
operable program or batch file.
'deploy.cmd' is not recognized as an internal or external command,rnoperable program or batch file.rnD:Program Files (x86)SiteExtensionsKudu78.11022.3613binScriptsstarter.cmd deploy.cmd
I have tried this on multiple azure instances and I have ran into the error on both. Any idea what could be causing this error?
I am trying to set up automatic deployments from my GitLab instance to Azure for the Bot Framework SDK4. I am following this guide.
When I am trying to sync my changes from gitlab to azure I am getting the following error:
Command: deploy.cmd
'deploy.cmd' is not recognized as an internal or external command,
operable program or batch file.
'deploy.cmd' is not recognized as an internal or external command,rnoperable program or batch file.rnD:Program Files (x86)SiteExtensionsKudu78.11022.3613binScriptsstarter.cmd deploy.cmd
I have tried this on multiple azure instances and I have ran into the error on both. Any idea what could be causing this error?
asked Nov 7 at 12:13
Mark Weir
386
386
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Sounds like there is something trying to customise your deployment, you should find a .deployment file in your repository. you might have had this if you downloaded the original code from the Azure demo. removing this file from your repository should allow you to sync the code
if you want to restore the .deployment file at a later date the following link from the project kudu repo https://github.com/projectkudu/kudu/wiki/Customizing-deployments should help. You can also download/copy the deploy.cmd file from your Azure directory and add it to your repository
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Sounds like there is something trying to customise your deployment, you should find a .deployment file in your repository. you might have had this if you downloaded the original code from the Azure demo. removing this file from your repository should allow you to sync the code
if you want to restore the .deployment file at a later date the following link from the project kudu repo https://github.com/projectkudu/kudu/wiki/Customizing-deployments should help. You can also download/copy the deploy.cmd file from your Azure directory and add it to your repository
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
add a comment |
up vote
1
down vote
accepted
Sounds like there is something trying to customise your deployment, you should find a .deployment file in your repository. you might have had this if you downloaded the original code from the Azure demo. removing this file from your repository should allow you to sync the code
if you want to restore the .deployment file at a later date the following link from the project kudu repo https://github.com/projectkudu/kudu/wiki/Customizing-deployments should help. You can also download/copy the deploy.cmd file from your Azure directory and add it to your repository
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Sounds like there is something trying to customise your deployment, you should find a .deployment file in your repository. you might have had this if you downloaded the original code from the Azure demo. removing this file from your repository should allow you to sync the code
if you want to restore the .deployment file at a later date the following link from the project kudu repo https://github.com/projectkudu/kudu/wiki/Customizing-deployments should help. You can also download/copy the deploy.cmd file from your Azure directory and add it to your repository
Sounds like there is something trying to customise your deployment, you should find a .deployment file in your repository. you might have had this if you downloaded the original code from the Azure demo. removing this file from your repository should allow you to sync the code
if you want to restore the .deployment file at a later date the following link from the project kudu repo https://github.com/projectkudu/kudu/wiki/Customizing-deployments should help. You can also download/copy the deploy.cmd file from your Azure directory and add it to your repository
edited Nov 7 at 14:47
answered Nov 7 at 13:17
Dragonrealms
406
406
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
add a comment |
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
That resolved my issue. Cheers!
– Mark Weir
Nov 7 at 13:45
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53189258%2fbot-framework-sdk4-deploy-cmd-is-not-recognized-as-an-internal-or-external-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown