We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e7374 commit 9e2f00bCopy full SHA for 9e2f00b
eng/cibuild.sh
@@ -13,5 +13,4 @@ while [[ -h $source ]]; do
13
done
14
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
15
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" "$@"
+. "$scriptroot/common/build.sh" --restore --build --test --pack --integrationTest --publish --ci "$@"
0 commit comments