-
Notifications
You must be signed in to change notification settings - Fork 585
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
Release 5.3 #2022
Release 5.3 #2022
Conversation
…lease/next-wixhelper
mark some functions as internal
Mark more things internal (revert some)
@matthid The template is working fine. The tests are broken. Probably since the update to the At least that is how i could reproduce it locally. Not sure why that only happens on AppVeyor. Maybe the latest version is not installed on everything else. |
creates temporary test-folders inside of the repo in order to use the global.json file and pin the dotnet version
Add .NET Sdk 2.1.302 version
add extended commit message
Suggestion: a way to start globbing from a specific basedir
Suggestion: Extend DotNet.BuildConfiguration
…DotNet.Options as a sequence of strings.This funcion internally converts them to a single string.It does not break anything.The downside is that the arguments cannot be _read_ as a sequence of strings.
Add function to add additional command-line arguments in Fake.DotNet.DotNet.Options as a sequence of strings.
No description provided.