Skip to content

Commit 8cd45aa

Browse files
author
Bart Koelman
committed
Fixed: no not emit symbols package
1 parent a333a82 commit 8cd45aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
3838

3939
IF ([string]::IsNullOrWhitespace($revision)){
4040
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts"
41-
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --include-symbols
41+
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts
4242
CheckLastExitCode
4343
}
4444
Else {
4545
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision"
46-
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision --include-symbols
46+
dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision
4747
CheckLastExitCode
4848
}
4949
}

0 commit comments

Comments
 (0)