We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681ca0a commit 70aa147Copy full SHA for 70aa147
Libraries/Package.ps1
@@ -98,7 +98,7 @@ ForEach ($p in $client_projects) {
98
Create-Directory $packageDir
99
100
$nuget_version = $env:APPVEYOR_BUILD_VERSION + $env:VERSION_SUFFIX
101
- nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version -Symbols
+ nuget pack $nuspecFile -OutputDirectory $packageDir -Version $nuget_version
102
}
103
104
Pop-Location
appveyor.yml
@@ -39,6 +39,5 @@ artifacts:
39
deploy:
40
- provider: Environment
41
name: MyGet
42
- skip_symbols: true
43
on:
44
branch: master
0 commit comments