Skip to content

Commit a95caaf

Browse files
committed
Merge branch 'hotfix/0.17.4'
2 parents 135e969 + 3454188 commit a95caaf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [vNext]
88

9+
## [0.17.4] / 2019-03-02
10+
- Fixed bootstrapping script to not set `NUGET_XMLDOC_MODE`
11+
912
## [0.17.3] / 2019-02-27
1013
- Fixed documentation file generation
1114
- Fixed `CheckBuildProjectConfigurationsAttribute.Timeout` to be settable
@@ -318,7 +321,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
318321
- Added CLT tasks for Git
319322
- Fixed background color in console output
320323

321-
[vNext]: https://github.com/nuke-build/common/compare/0.17.3...HEAD
324+
[vNext]: https://github.com/nuke-build/common/compare/0.17.4...HEAD
325+
[0.17.4]: https://github.com/nuke-build/common/compare/0.17.3...0.17.4
322326
[0.17.3]: https://github.com/nuke-build/common/compare/0.17.2...0.17.3
323327
[0.17.2]: https://github.com/nuke-build/common/compare/0.17.1...0.17.2
324328
[0.17.1]: https://github.com/nuke-build/common/compare/0.17.0...0.17.1

source/Nuke.GlobalTool/templates/build.netcore.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ $DotNetChannel = "Current"
2222

2323
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
2424
$env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
25-
$env:NUGET_XMLDOC_MODE = "skip"
2625

2726
###########################################################################
2827
# EXECUTION

source/Nuke.GlobalTool/templates/build.netcore.sh

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ DOTNET_CHANNEL="Current"
1818

1919
export DOTNET_CLI_TELEMETRY_OPTOUT=1
2020
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
21-
export NUGET_XMLDOC_MODE="skip"
2221

2322
###########################################################################
2423
# EXECUTION

0 commit comments

Comments
 (0)