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

Commit

Permalink
use snupkg (#360)
Browse files Browse the repository at this point in the history
Closes #353
  • Loading branch information
mivano authored Sep 16, 2020
1 parent 988a4ee commit 7e6138d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"powershell.codeFormatting.addWhitespaceAroundPipe": true
}
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Invoke-Build()
Write-Output "Creating packages"
foreach ($project in $projects)
{
& dotnet pack $project -c Release -o ..\..\artifacts --include-symbols --include-source /p:PackageVersion=$env:GitVersion_NuGetVersionV2
& dotnet pack $project -c Release -o ..\..\artifacts -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg /p:PackageVersion=$env:GitVersion_NuGetVersionV2
}

if($LASTEXITCODE -ne 0)
Expand Down

0 comments on commit 7e6138d

Please sign in to comment.