File tree 3 files changed +1
-2
lines changed
source/Nuke.GlobalTool/templates
3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ vNext]
8
+ - Fixed bootstrapping script to not set ` NUGET_XMLDOC_MODE `
8
9
9
10
## [ 0.17.3] / 2019-02-27
10
11
- Fixed documentation file generation
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