WebDeploy Stopped Working
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
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
Support Staff 1 Posted by Feodor Fitsner on 04 Aug, 2014 03:26 PM
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 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:33 PM
Feodor,
I replaced the entire file for the working version (last week version).
I guess that it stopped working last tuesday.
3 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:34 PM
Using the Visual Studio I can make the deploy normally (using the same configuration).
4 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:38 PM
Feodor, and the build is generating the artifact normally.
Support Staff 5 Posted by Feodor Fitsner on 04 Aug, 2014 03:39 PM
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 Posted by Robson Ramos Ab... on 04 Aug, 2014 03:49 PM
OK
Support Staff 7 Posted by Feodor Fitsner on 04 Aug, 2014 03:55 PM
Thanks, I see now. There is no
platform
defined. You should either defineplatform: x64
or removed it from deployment conditions.8 Posted by Robson Ramos Ab... on 05 Aug, 2014 02:24 PM
Ok, it worked for me.
Thanks!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:46 AM.