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

Import condition is not correct. #81

Closed
sayedihashimi opened this issue Mar 19, 2013 · 6 comments
Closed

Import condition is not correct. #81

sayedihashimi opened this issue Mar 19, 2013 · 6 comments
Assignees
Labels
Milestone

Comments

@sayedihashimi
Copy link
Owner

When installing the NuGet package the following is added into the project.

<SlowCheetah_EnableImportFromNuGet Condition=" '$(SC_EnableImportFromNuGet)'=='' ">true</SlowCheetah_EnableImportFromNuGet>

This should be:

<SlowCheetah_EnableImportFromNuGet Condition=" '$(SlowCheetah_EnableImportFromNuGet)'=='' ">true</SlowCheetah_EnableImportFromNuGet>
@ghost ghost assigned sayedihashimi Mar 19, 2013
@ghost ghost assigned FriskyDev Mar 31, 2013
@FriskyDev
Copy link
Collaborator

Corrected Install.ps1

FriskyDev added a commit that referenced this issue Mar 31, 2013
Updated Install.ps1 to use the property $(SlowCheetah_EnableImportFromNuGet) instead of $(SC_EnableImportFromNuGet).
@sayedihashimi
Copy link
Owner Author

Should be fixed now, closing.

@lordscarlet
Copy link

@sayedihashimi
Copy link
Owner Author

@lordscarlet what do you mean?

@sayedihashimi sayedihashimi reopened this Jul 17, 2014
@sayedihashimi
Copy link
Owner Author

@lordscarlet I see what you mean, not sure how that regressed. I will fix it.

@sayedihashimi
Copy link
Owner Author

I uploaded 2.5.10.7 which just contains this change. When the latest package is updated those conditions should be updated as well. Let me know if you have any issues with this.

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

No branches or pull requests

3 participants