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

Release 5.3 #2022

Merged
merged 76 commits into from
Jul 30, 2018
Merged

Release 5.3 #2022

merged 76 commits into from
Jul 30, 2018

Conversation

matthid
Copy link
Member

@matthid matthid commented Jul 13, 2018

No description provided.

@matthid
Copy link
Member Author

matthid commented Jul 13, 2018

@kblohm It seems like something broke with the fake-template on AppVeyor as the builds in #2002 #2008 and #2021 went red :/ Could you please take a look? I hope this doesn't impact new users.

@kblohm
Copy link
Contributor

kblohm commented Jul 13, 2018

@matthid The template is working fine. The tests are broken. Probably since the update to the DotNet-Module that changed how the cli-version is resolved.
As far as i can tell this is what happens:
The tests use DotNet.exec to install the fake-template. That uses 2.1.300 because of the global.json. The tests then run in a temp-directory with (probably) 2.1.302 because that is the latest version. But the template is not installed for that version ;).

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.

kblohm and others added 2 commits July 14, 2018 01:44
creates temporary test-folders inside of the repo in order to use
the global.json file and pin the dotnet version
vbfox and others added 28 commits July 22, 2018 23:20
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.
@matthid matthid merged commit a050473 into master Jul 30, 2018
@matthid matthid changed the title Next Release Release 5.3 Aug 3, 2018
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.

10 participants