Skip to content

Commit 9e2f00b

Browse files
remove redundant CI arg
1 parent a2e7374 commit 9e2f00b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/cibuild.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ while [[ -h $source ]]; do
1313
done
1414
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
1515

16-
# SourceBuildIntermediateNupkgRid indicates to source-build that portable intermediates should be restored (required for runtime dependency)
17-
. "$scriptroot/common/build.sh" --restore --build --test --pack --integrationTest --publish --ci /p:SourceBuildIntermediateNupkgRid="linux-x64" "$@"
16+
. "$scriptroot/common/build.sh" --restore --build --test --pack --integrationTest --publish --ci "$@"

0 commit comments

Comments
 (0)