File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
37
37
Write-Output " VERSION-SUFFIX: $revision "
38
38
39
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
40
+ Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --include-symbols "
41
+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- include - symbols
42
42
CheckLastExitCode
43
43
}
44
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
45
+ Write-Output " RUNNING 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 -- include - symbols
47
47
CheckLastExitCode
48
48
}
49
49
}
50
50
Else {
51
- $packageVersionSuffix = " alpha5 -$revision "
51
+ $packageVersionSuffix = " beta1 -$revision "
52
52
Write-Output " VERSION-SUFFIX: $packageVersionSuffix "
53
- Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix "
54
- dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $packageVersionSuffix
53
+ Write-Output " RUNNING dotnet pack .\src\JsonApiDotNetCore -c Release -o .\artifacts --version-suffix=$packageVersionSuffix --include-symbols "
54
+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $packageVersionSuffix -- include - symbols
55
55
CheckLastExitCode
56
56
}
You can’t perform that action at this time.
0 commit comments