@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ vNext]
8
8
9
+ ## [ 0.19.0] / 2019-05-03
10
+ - Changed MSBuild targets to be invoked with ` Exec ` task
11
+ - Changed ` ProcessTasks ` to avoid Mono when using WSL
12
+ - Added output for non-default working directories
13
+ - Added ` GitVersion.VersionSourceSha `
14
+ - Added ` ReportTypes.TeamCitySummary `
15
+ - Fixed parameter resolution to handle hyphens
16
+ - Fixed MSBuild resolution for Visual Studio 2019
17
+ - Fixed issues when build has no default target defined
18
+
9
19
## [ 0.18.0] / 2019-03-24
10
20
- Changed ` ParameterService ` to strip dashes when resolving value
11
21
- Changed formatting of skip reason
@@ -146,15 +156,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
146
156
- Fixed bootstrapping scripts to exit without closing PowerShell
147
157
- Fixed expansion for Unix environment variables
148
158
- Fixed separator for target parameters
149
- - Fixed ` ToolPathResolver ` to resolve decidedly
159
+ - Fixed ` ToolPathResolver ` to resolve decidedly
150
160
- Fixed ` GitVersionTasks ` to resolve based on ` GitVersion.CommandLine.DotNetCore ` package
151
161
- Fixed ` InjectionAttributeBase ` to pass build instance
152
162
- Fixed ` ReflectionService ` to be public to allow usage in addons
153
163
- Fixed ` DotNetTasks ` to expose ` restore ` related parameters for ` test ` , ` build ` , ` publish ` , ` pack ` , ` run `
154
164
155
165
## [ 0.12.0] / 2018-11-15
156
166
- Changed ` NukeBuild ` properties to be static
157
- - Changed ` NukeBuild.RootDirectory ` to allow resolution from parameter
167
+ - Changed ` NukeBuild.RootDirectory ` to allow resolution from parameter
158
168
- Added package resolution for Paket
159
169
- Added shell-completion for global tool
160
170
- Added parameter resolution for ` Enumeration ` subclasses
@@ -237,7 +247,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
237
247
238
248
## [ 0.6.1] / 2018-08-09
239
249
- Fixed global tool to have 'same as global tool' as fallback version
240
- - Fixed PowerShell invocation to use ` -ExecutionPolicy ByPass ` and ` -NoProfile `
250
+ - Fixed PowerShell invocation to use ` -ExecutionPolicy ByPass ` and ` -NoProfile `
241
251
242
252
## [ 0.6.0] / 2018-08-05
243
253
- Removed setup scripts in favor of ` :setup ` command in global tool
@@ -339,7 +349,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
339
349
- Added CLT tasks for Git
340
350
- Fixed background color in console output
341
351
342
- [ vNext ] : https://github.com/nuke-build/common/compare/0.18.0...HEAD
352
+ [ vNext ] : https://github.com/nuke-build/common/compare/0.19.0...HEAD
353
+ [ 0.19.0 ] : https://github.com/nuke-build/common/compare/0.18.0...0.19.0
343
354
[ 0.18.0 ] : https://github.com/nuke-build/common/compare/0.17.7...0.18.0
344
355
[ 0.17.7 ] : https://github.com/nuke-build/common/compare/0.17.6...0.17.7
345
356
[ 0.17.6 ] : https://github.com/nuke-build/common/compare/0.17.5...0.17.6
0 commit comments