File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Write-Host "Building..." -ForegroundColor green
3
3
dotnet build .\TypeSupport\TypeSupport.sln | Select-String - Pattern " warning " -NotMatch | Select-String - Pattern " INFO:" -NotMatch | Select-String - Pattern " WARNING:" -NotMatch
4
4
5
5
Write-Host " Packaging..." - ForegroundColor green
6
- dotnet pack .\TypeSupport\TypeSupport\TypeSupport.csproj -- configuration Release -- no- build
6
+ dotnet pack .\TypeSupport\TypeSupport\TypeSupport.csproj -- configuration Release -- no- build - p:IncludeSymbols = true - p:SymbolPackageFormat = snupkg
7
7
8
- Get-ChildItem .\* .nupkg - recurse | % { Push-AppveyorArtifact $_.FullName - FileName $_.Name }
8
+ Get-ChildItem .\* .nupkg - recurse | % { Push-AppveyorArtifact $_.FullName - FileName $_.Name - Type NuGetPackage }
9
+
10
+ Get-ChildItem .\* .snupkg - recurse | % { Push-AppveyorArtifact $_.FullName - FileName $_.Name - Type NuGetPackage }
You can’t perform that action at this time.
0 commit comments