We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a333a82 commit 8cd45aaCopy full SHA for 8cd45aa
Build.ps1
@@ -38,12 +38,12 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
38
39
IF ([string]::IsNullOrWhitespace($revision)){
40
Write-Output "RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts"
41
- dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --include-symbols
+ dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts
42
CheckLastExitCode
43
}
44
Else {
45
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
+ dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$revision
47
48
49
0 commit comments