-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
Use correct values for MinimumVisualStudioVersion in Android projects #1285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add some tests for this?
I tried something like this but this is what I get: local function preparePropertyGroup()
system "android"
local cfg = test.getconfig(prj, "Debug", platform)
vc2010.propertyGroup(cfg)
end
function suite.minVisualStudioVersion()
preparePropertyGroup()
test.capture [[
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<ApplicationType>Android</ApplicationType>
<ApplicationTypeRevision>2.0</ApplicationTypeRevision>]]
end
|
After your call to the output after |
You're also probably going to need to set the action with |
@ratzlaff Thanks, I've fixed it. |
@ifarbod Sorry, I wasn't overly clear there. Testing |
All right then, I hope this is good enough. |
Perfect, thanks! |
No description provided.