-
Notifications
You must be signed in to change notification settings - Fork 131
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
File names in extension can no longer contain spaces? #174
Comments
Hi, Could you please tell us if this check is here because of a limitation of VSIX or it's something that could be changed ? Thank you |
Nsis binaries constains spaces, which are incompatible with VSTS extensions See microsoft/tfs-cli#174
Seeing the same issue, anyone ever get a fix or workaround for this issue? |
I worked around it by replacing all spaces in file names with and `_`,
which was possible in my case.
…On Jun 29, 2017 19:12, "Richard Fennell" ***@***.***> wrote:
Seeing the same issue, anyone ever get a fix or workaround for this issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#174 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD-uSxs1yDKuAuVMjT1d-ecEGDEF6bK_ks5sI9rmgaJpZM4K3iIc>
.
|
ouch, loads of .md documention files that come with the 3rd party packages, but i guess i can try that |
To get around this problem we have been running an in-line Powershell script prior to running the VSIX packaging step. The code is as follows
|
same issue too |
Issue still open? |
It didn't use to be a problem when packaging extensions, but since 0.3.40 I'm getting the error below:
Since I cannot enforce this kind of restriction on developers of 3rd party dependencies, it's a very inconvenient change.
The text was updated successfully, but these errors were encountered: