简体   繁体   中英

Appveyor + .net C# console/windows service application

I am trying to configure appveyor.yml file deploy .net console application to my server.

I had a look at appveyor doc on this, but it's unclear how to point to server etc. https://www.appveyor.com/docs/deployment/agent/

Following is part of my .yml file.

- provider: WebDeploy
  deploy_service: true
  service_executable: WindowService.exe
  service_name: WindowService.Test
  artifact: WindowService
  skip_dirs: \\Logs

Any sample .yml file for this is much appreciated.

WebDeploy provider is suited to deploying WebDeploy packages. To deploy .NET Console application to the server you have control on, I would use AppVeyor Deployment agent , and specifically Windows Application part.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM