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

test ci #3213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

test ci #3213

wants to merge 1 commit into from

Conversation

enricosada
Copy link
Collaborator

No description provided.

@enricosada
Copy link
Collaborator Author

the convert test failure are caused by 833b36c

i think the packages.config has a regression. use >= instead of ==
also i need to repro, but i seen usage of [1.2.3] instead on 1.2.3 syntax (is not always supported by older nugets)

@enricosada
Copy link
Collaborator Author

something like

Error occurred while restoring NuGet packages: An error occurred while reading file 'C:\Users\XXX\Documents\Projects\XXX.ComponentTests\packages.config': Invalid package version for package id 'xunit.runner.visualstudio': '[2.3.1]'

instead of

it should be <package id="xunit.runner.visualstudio" version="2.3.1" />

@forki
Copy link
Member

forki commented Sep 8, 2018

Is this ready?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants