Skip to content

Commit 70aa147

Browse files
committed
Skip symbols
1 parent 681ca0a commit 70aa147

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Libraries/Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ForEach ($p in $client_projects) {
9898
Create-Directory $packageDir
9999

100100
$nuget_version = $env:APPVEYOR_BUILD_VERSION + $env:VERSION_SUFFIX
101-
nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version -Symbols
101+
nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version
102102
}
103103

104104
Pop-Location

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ artifacts:
3939
deploy:
4040
- provider: Environment
4141
name: MyGet
42-
skip_symbols: true
4342
on:
4443
branch: master

0 commit comments

Comments
 (0)