Skip to content

Commit

Permalink
Don't create symbol package.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Oct 12, 2017
1 parent c109a74 commit e045cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nupkg/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ foreach($project in $projects) {

# Create nuget pack
Set-Location $projectFolder
& dotnet msbuild /t:pack /p:Configuration=Release /p:IncludeSymbols=true /p:SourceLinkCreate=true
& dotnet msbuild /t:pack /p:Configuration=Release /p:SourceLinkCreate=true

# Copy nuget package
$projectPackPath = Join-Path $projectFolder ("/bin/Release/" + $project + ".*.nupkg")
Expand Down

0 comments on commit e045cfb

Please sign in to comment.