WebDeploy Stopped Working

Robson Ramos Abrao's Avatar

Robson Ramos Abrao

04 Aug, 2014 03:18 PM

Hi,

last week our deployments were normal bu this week the deploys stooped working.

I´m receiving the message:

Test Run Successful.
Test execution time: 31.6980 Seconds
Uploading artifact xxxxxxx.WebApp.zip (9.8 MB)...Done
Build success

This is my config:
deploy:
  - provider: WebDeploy
    #artifact: zzzzz
    server: https://server:port/msdeploy.axd
    website: websiteName
    username: server\user
    url: https://server:8081
    password: pwd
    on:
      branch: develop
      platform: x64
      configuration: release

  1. Support Staff 1 Posted by Feodor Fitsner on 04 Aug, 2014 03:26 PM

    Feodor Fitsner's Avatar

    Hi,

    Could you please make sure that all three branch, platform and configuration are match (you can output them in "before deploy" script)? Also, what was the date it stopped working?

  2. 2 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:33 PM

    Robson Ramos Abrao's Avatar

    Feodor,

    I replaced the entire file for the working version (last week version).

    I guess that it stopped working last tuesday.

  3. 3 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:34 PM

    Robson Ramos Abrao's Avatar

    Using the Visual Studio I can make the deploy normally (using the same configuration).

  4. 4 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:38 PM

    Robson Ramos Abrao's Avatar

    Feodor, and the build is generating the artifact normally.

  5. Support Staff 5 Posted by Feodor Fitsner on 04 Aug, 2014 03:39 PM

    Feodor Fitsner's Avatar

    I see. If you don't get any errors that means the deployment is not called at all. Deployment condition is that all 3: branch, platform and configuration should match.

    Could you pleas send me full appveyor.yml (without sensitive data)?

  6. 6 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:49 PM

    Robson Ramos Abrao's Avatar

    OK

  7. Support Staff 7 Posted by Feodor Fitsner on 04 Aug, 2014 03:55 PM

    Feodor Fitsner's Avatar

    Thanks, I see now. There is no platform defined. You should either define platform: x64 or removed it from deployment conditions.

  8. 8 Posted by Robson Ramos Ab... on 05 Aug, 2014 02:24 PM

    Robson Ramos Abrao's Avatar

    Ok, it worked for me.

    Thanks!

  9. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:46 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac