Skip to content

Commit

Permalink
disabling symbols due to NuGet/Home#6082
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Oct 24, 2017
1 parent fde2728 commit aae43af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Target "CreateChauffeurPackage" (fun _ ->
WorkingDir = packagingDir
Version = nugetVersion
ReleaseNotes = toLines releaseNotes.Notes
SymbolPackage = NugetSymbolPackage.Nuspec
SymbolPackage = NugetSymbolPackage.None
AccessKey = getBuildParamOrDefault "nugetkey" ""
Dependencies =
["System.IO.Abstractions", "1.4.0.93"]
Expand All @@ -137,7 +137,7 @@ Target "CreateRunnerPackage" (fun _ ->
WorkingDir = packagingRunnerDir
Version = nugetVersion
ReleaseNotes = toLines releaseNotes.Notes
SymbolPackage = NugetSymbolPackage.Nuspec
SymbolPackage = NugetSymbolPackage.None
Dependencies =
["Chauffeur", NormalizeVersion nugetVersion]
AccessKey = getBuildParamOrDefault "nugetkey" ""
Expand Down

0 comments on commit aae43af

Please sign in to comment.