File tree 1 file changed +3
-3
lines changed
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) {
46
46
47
47
IF ([string ]::IsNullOrWhitespace($revision )){
48
48
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
50
50
CheckLastExitCode
51
51
}
52
52
Else {
53
53
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
55
55
CheckLastExitCode
56
56
}
57
57
}
58
58
Else {
59
59
Write-Output " VERSION-SUFFIX: alpha1-$revision "
60
60
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
62
62
CheckLastExitCode
63
63
}
You can’t perform that action at this time.
0 commit comments