-
Notifications
You must be signed in to change notification settings - Fork 586
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.19 #2425
Merged
Merged
Release 5.19 #2425
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This also increases build speed, as we don't need to download the .NET SDK every time at the beginning.
Remove a reference to PackageLicenseURL.
forgot how partial application works and that it is not just magic. also forgot ignore is a function.
Fix property name
Fix typo in Rsync.fs options
…marked-failures Octopus deploy trance always marked failures
Create Github Actions
This reverts commit e440569.
This reverts commit 9420097.
Fixing incorrect indentation in the right menu
Decrease footer z-index so that main menu is not hidden behind it
Fixed "Visual Studio for Windows" download link
Sonarscanner
Add support for publish profiles
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fake.Sql.SqlPackage
which is a redesign orFake.Sql.DacPac
and added support for publish profiles, thanks @kmadof - Add support for publish profiles #2366Fake.DotNet.Cli
Add timeout field to kill the process after the given timeout - Release 5.19 #2425Fake.Core.Target
Add notification when a fake worker is idle - Release 5.19 #2425fake-cli
Update bundled paket - Release 5.19 #2425Fake.DotNet.Cli
Add support for suppressing copyright messages (--nologo
) when invokingdotnet
, thanks @objectx - Suppress copyright messages when invokingdotnet build
#2436Fake.Installer.Squirrel
Add additional Squirrel parameters, thanks @pchinery - Add additional Squirrel parameters #2431Fake.Testing.SonarQube
Several improvements like workdir and local tool support, thanks @vilinski -Fake.Testing.SonarQube
Several improvements like workdir and local tool support #2438Fake.Tools.Rsync
Fix typo in Rsync.fs options, thanks @rmunn - Fix typo in Rsync.fs options #2432Fake.DotNet.Testing.Coverlet
Fix Coverlet output property name, thanks @SteveGilham - Fix Coverlet output property name #2427Fake.Tools.Octo
Octopus deploy trace always marked failures, thanks @ids-pfinn - Octopus deploy trace always marked failures #2428Fake.Core.Process
Process redirection was not working as advertised, thanks @ZeekoZhu - Unable to redirect output from one process to another #2445