Dejulia489 / WindowsServiceManager

https://marketplace.visualstudio.com/items?itemName=MDSolutions.WindowsServiceManagerWindowsServiceManager
MIT License
11 stars 9 forks source link

Copying artifacts not copying over files #19

Closed timmhagen closed 5 years ago

timmhagen commented 5 years ago

I am trying this extension for the first time to deploy a windows service with the DevOps release pipeline, I am also new to DevOps, so please excuse any ignorance and could be merely a configuration issue. My issue is that I see the folder get created but I don't see any files getting copied over (zipped file), nor do I see any extracted files from the zip file, just an empty folder then I see this error...

I am assuming the error is in result of the empty folder and not finding the exe, which makes sense but why the files are not there doesn't. I would have expected that zip file get extracted into the folder, or at the very least the zip file copied over.

I have following configuration...

steps:

Dejulia489 commented 5 years ago

Currently the artifact path does not support a zipped folder. I will open a feature to have this added soon. In the mean time if you would like to get your pipeline working simply update your artifact to a non-zipped directory that contains your service.

xelent commented 4 years ago

Hi Dejulia489,

What is the status of this feature?