File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ If($env:APPVEYOR_REPO_TAG -eq $true) {
38
38
39
39
IF ([string ]::IsNullOrWhitespace($revision )){
40
40
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
42
42
CheckLastExitCode
43
43
}
44
44
Else {
45
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
46
+ dotnet pack .\src\JsonApiDotNetCore - c Release - o .\artifacts -- version- suffix= $revision
47
47
CheckLastExitCode
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments