All Versions
56
Latest Version
Avg Release Cycle
11 days
Latest Release
1797 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.10.1 Changes
October 02, 2018- ๐ Fixed wizard to pass definitions for project file template
- ๐ Fixed wizard to create source and tests directory if selected
- ๐ Fixed wizard to be disabled for legacy format
-
v0.10.0 Changes
October 02, 2018- โ Removed
PathConstruction.GetRootRelativePath
- โ Removed
License
from specification files - ๐ง Deprecated
NukeBuild.Configuration
which should belong to user-code - ๐ Deprecated plus operator in
PathConstruction.AbsolutePath
andRelativePath
- ๐ Changed
SolutionAttribute
to resolve solution file via parameter - ๐ Changed CLI wrapper tasks to attempt to resolve tool paths from
[TOOL]_EXE
environment variable - โ Added
AbsolutePath.Parent
and equality members - โ Added
TypeConverter
forAbsolutePath
which allows passing paths as parameter - ๐ Fixed detection of value types in specification files
- ๐ Fixed path variable check to split by specific separator
- โ Removed
-
v0.9.1 Changes
September 26, 2018- ๐ Fixed wrong assertions in global tool
-
v0.9.0 Changes
September 22, 2018- ๐ Deprecated properties in
NukeBuild
which should belong to user-code - ๐ Deprecated default settings which should belong to user-code
- ๐ฆ Deprecated
DocFxTasks
which is moved to own package - โ Added
SpecFlowTasks
- โ Added
NukeBuild.OutputSink
property for custom logger implementation - ๐ Fixed
MSBuildLocator
andMSBuildToolPathResolver
to also consider/usr/local/bin/msbuild
- ๐ Deprecated properties in
-
v0.8.0 Changes
September 07, 2018- ๐ Changed
ProcessTasks
to automatically invoke .NET Core DLLs withdotnet.exe
- โ Added
CoverletTask
- ๐ Fixed exception in
ChangelogTasks.ReadChangelog
whenvNext
section was empty - ๐ Fixed console output to use ASCII instead of Unicode
- ๐ Fixed
MSBuildLocator
to use fallbacks when no VS instance with .NET Core is installed
- ๐ Changed
-
v0.7.0 Changes
August 29, 2018- ๐ Changed assertion of
DataClass
properties print out value on failure - โ Added
SquirrelTasks
- โ Added
UnityTasks
- โ Added tasks to update the changelog and get the latest version to
ChangeLogTasks
- ๐ Fixed global tool to order solutions descending
- ๐ Fixed global tool setup to use correct definitions and error about broken solution
- ๐ Fixed validation of requirements of skipped targets
- ๐ Fixed double evaluation of conditions with
DependencyBehavior.Skip
- ๐ Changed assertion of
-
v0.6.2 Changes
August 18, 2018- ๐ Fixed
MSBuildLocator
to not useSystem.ValueTuple
- ๐ Fixed typo in
OctopusCreateReleaseSettings
- ๐ Fixed adaptation of solution file in global tool
- ๐ Fixed output of global tool on Windows
- ๐ Fixed
-
v0.6.1 Changes
August 09, 2018- ๐ Fixed global tool to have 'same as global tool' as fallback version
- ๐ Fixed PowerShell invocation to use
-ExecutionPolicy ByPass
and-NoProfile
-
v0.6.0 Changes
August 05, 2018- โ Removed setup scripts in favor of
:setup
command in global tool - โ Removed
ProcessSettings
in favor of integrating related properties intoToolSettings
- โ Removed deprecated APIs
- ๐ Changed tasks with return type to return value tuple
- ๐ Changed tasks to redirect output by default
- โ Added
ITargetDefinition.WhenSkipped
to specify dependency behavior for skipped targets - โ Added
SlackTasks
andVSWhereTasks
- โ Added namespace support in
XmlTasks
- โ Added
FileSystemTasks
for deleting, moving, copying and hash calculation - โ Added support for loading external files
- ๐ Fixed various build server properties
- ๐ Fixed output color for
Logger.Info
to beConsole.ForegroundColor
- ๐ Fixed naming of
VSTestTasks
- ๐ Fixed build script to use VSWhere for locating MSBuild
- ๐ Fixed
NuGetPackageResolver
to determineglobalPackagesFolder
from config files - ๐ Fixed
Xunit2Settings
to specify framework of console executable - ๐ Fixed
DotNetRunSettings
to not quoteApplicationArguments
- โ Removed setup scripts in favor of
-
v0.5.3 Changes
June 12, 2018- ๐ Fixed global tool to search build scripts also in current directory
- ๐ Fixed generic tasks to not redirect output by default