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?










share|improve this question


























    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?










    share|improve this question
























      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?










      share|improve this question













      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?







      azure gitlab botframework






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 7 at 12:13









      Mark Weir

      386




      386
























          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






          share|improve this answer























          • That resolved my issue. Cheers!
            – Mark Weir
            Nov 7 at 13:45











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          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

























          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






          share|improve this answer























          • That resolved my issue. Cheers!
            – Mark Weir
            Nov 7 at 13:45















          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






          share|improve this answer























          • That resolved my issue. Cheers!
            – Mark Weir
            Nov 7 at 13:45













          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






          share|improve this answer














          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







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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


















          • 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


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          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





















































          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







          這個網誌中的熱門文章

          Academy of Television Arts & Sciences

          L'Équipe

          1995 France bombings