Skip to content

Commit 596bf5c

Browse files
GeorgDanglmatkoch
authored andcommitted
Remove setting of NUGET_XMLDOC_MODE environment variable (#11)
1 parent 135e969 commit 596bf5c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [vNext]
8+
- Fixed bootstrapping script to not set `NUGET_XMLDOC_MODE`
89

910
## [0.17.3] / 2019-02-27
1011
- Fixed documentation file generation

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)