File tree 3 files changed +5
-3
lines changed
source/Nuke.GlobalTool/templates
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ vNext]
8
8
9
+ ## [ 0.17.4] / 2019-03-02
10
+ - Fixed bootstrapping script to not set ` NUGET_XMLDOC_MODE `
11
+
9
12
## [ 0.17.3] / 2019-02-27
10
13
- Fixed documentation file generation
11
14
- Fixed ` CheckBuildProjectConfigurationsAttribute.Timeout ` to be settable
@@ -318,7 +321,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
318
321
- Added CLT tasks for Git
319
322
- Fixed background color in console output
320
323
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
322
326
[ 0.17.3 ] : https://github.com/nuke-build/common/compare/0.17.2...0.17.3
323
327
[ 0.17.2 ] : https://github.com/nuke-build/common/compare/0.17.1...0.17.2
324
328
[ 0.17.1 ] : https://github.com/nuke-build/common/compare/0.17.0...0.17.1
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ $DotNetChannel = "Current"
22
22
23
23
$env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE = 1
24
24
$env: DOTNET_CLI_TELEMETRY_OPTOUT = 1
25
- $env: NUGET_XMLDOC_MODE = " skip"
26
25
27
26
# ##########################################################################
28
27
# EXECUTION
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ DOTNET_CHANNEL="Current"
18
18
19
19
export DOTNET_CLI_TELEMETRY_OPTOUT=1
20
20
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
21
- export NUGET_XMLDOC_MODE=" skip"
22
21
23
22
# ##########################################################################
24
23
# EXECUTION
You can’t perform that action at this time.
0 commit comments