-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploay causes ##[error]String can't be parsed. The StringContainingPath parameter should contain a valid Path ending with an '.exe' or '.dll'. Current string [XXXXX.exe] #39
Comments
warning |
We experience the exact same error.
|
It looks like this issue came with a new Feature. @leonkelder You have spaces in your path but no quotes around it. |
@Soerboe I found the issue in your case, you have Brackets in your path, which I not considered in the path pattern. I will fix it asap, but it can take one day until I can make the PR. |
@DarkChaos, thanks very much. The " around the path has indeed fixed the issue.
@DarkChaos, thanks very much. The "" around the path has indeed fixed the issue. |
Published release v2.0.65 to resolve this issue. |
I have validated a deployment with quotes in the path. Thank you everyone for bringing this to light so quickly and thank you @DarkChaos for publishing a fix so fast. Closing this ticket, I will reopen if the issue persists. |
This fixed the issue. Thank you for a quick response and fix! |
Feature set has been rolled back. I will be working on it this week and roll it out under V5. |
Issue (#40) with "%programfiles%\enterprise$(Service.Name)\ServiceName.exe" still occurs. |
Hi @Dejulia489 this issue still occurs as mentioned above, should I create a new Issue? |
Hi there, Since this morning we are again receiving the following 2020-08-20T09:58:31.4735439Z ##[debug]Exception: The version of the component is 4.4.11, and the last release last night targeted the same version, and had no issue. Any ideas? |
Your previous version as described below worked perfectly, albeit with a single version in deploying a TopShelf service.
2020-06-30T10:12:38.4191798Z ==============================================================================
2020-06-30T10:12:38.4192540Z Task : Windows Service Manager
2020-06-30T10:12:38.4193072Z Description : Deploys a Windows Service to an Agent or a Deployment Group Target using WinRM.
2020-06-30T10:12:38.4193467Z Version : 4.3.5
2020-06-30T10:12:38.4193750Z Author : MDSolutions
2020-06-30T10:12:38.4195805Z Help : More Information
2020-06-30T10:12:38.4196583Z ==============================================================================
However, the latest version breaks on the same previously working pipeline with
2020-06-30T17:03:42.3311619Z ==============================================================================
2020-06-30T17:03:42.3312088Z Task : Windows Service Manager
2020-06-30T17:03:42.3312552Z Description : Deploys a Windows Service to an Agent or a Deployment Group Target using WinRM.
2020-06-30T17:03:42.3312943Z Version : 4.4.9
2020-06-30T17:03:42.3313218Z Author : MDSolutions
2020-06-30T17:03:42.3314866Z Help : More Information
2020-06-30T17:03:42.3315612Z ==============================================================================
2020-06-30T17:03:44.0322478Z ##[error]String can't be parsed. The StringContainingPath parameter should contain a valid Path ending with an '.exe' or '.dll'. Current string [C:\Program Files\ZZZZZZZ\YYYYYYYY\XXXXXXXX.exe]
ANy ideas?
The text was updated successfully, but these errors were encountered: