File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,18 +46,18 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
4646
4747 IF ([string ]::IsNullOrWhitespace($revision )){
4848 Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts"
49- dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts
49+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- include - symbols
5050 CheckLastExitCode
5151 }
5252 Else {
5353 Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision "
54- dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $revision
54+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $revision -- include - symbols
5555 CheckLastExitCode
5656 }
5757}
5858Else {
5959 Write-Output " VERSION-SUFFIX: alpha1-$revision "
6060 Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=alpha1-$revision "
61- dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= alpha1- $revision
61+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= alpha1- $revision -- include - symbols
6262 CheckLastExitCode
6363}
You can’t perform that action at this time.
0 commit comments