Skip to content
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

Tooling - Beta8 Project Templates need a Bower.json change to stop VSO Build failures #1073

Closed
jderus opened this issue Nov 13, 2015 · 4 comments

Comments

@jderus
Copy link

jderus commented Nov 13, 2015

FYI for those currently using VSO Build and Beta8 Tools.
(Tooling team might consider updating to more recent bower packages.)

Current ASP5 Project Templates have this in bower.json

    "jquery-validation": "1.11.1",
    "jquery-validation-unobtrusive": "3.2.2"

When this gets into a simple VSO Build it causes build breaks as follows:
invalid-meta jquery-validation-unobtrusive is missing "ignore" entry in bower.json
invalid-meta jquery-validation is missing "main" entry in bower.json

Seems like this has some info on potential root cause: bower/bower#1388

In the meantime for anyone using the current Beta8 tools ... to fix this, just update the offending packages. I can confirm these work to unblock your VSO Build:

    "jquery-validation": "1.14.0",
    "jquery-validation-unobtrusive": "3.2.4"
@Eilon
Copy link
Member

Eilon commented Nov 13, 2015

@Eilon
Copy link
Member

Eilon commented Nov 13, 2015

Or even @rustd

@sayedihashimi
Copy link
Member

That should be @rustd to make the change.

@aspnet-hello
Copy link

This issue is being closed because it has not been updated in 3 months.

We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants