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) {
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}
You can’t perform that action at this time.
0 commit comments