Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit 7e6138d

Browse files
authored
use snupkg (#360)
Closes #353
1 parent 988a4ee commit 7e6138d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"powershell.codeFormatting.addWhitespaceAroundPipe": true
3+
}

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Invoke-Build()
3737
Write-Output "Creating packages"
3838
foreach ($project in $projects)
3939
{
40-
& dotnet pack $project -c Release -o ..\..\artifacts --include-symbols --include-source /p:PackageVersion=$env:GitVersion_NuGetVersionV2
40+
& dotnet pack $project -c Release -o ..\..\artifacts -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg /p:PackageVersion=$env:GitVersion_NuGetVersionV2
4141
}
4242

4343
if($LASTEXITCODE -ne 0)

0 commit comments

Comments
 (0)