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 2558166 commit 8564093Copy full SHA for 8564093
.azure/pipelines/ci.yml
@@ -258,7 +258,7 @@ jobs:
258
jobDisplayName: "Build: Linux Musl x64"
259
agentOs: Linux
260
buildScript: ./dockerbuild.sh alpine
261
- buildArgs: --ci --pack --all -e KOREBUILD_SKIP_INSTALL_NETFX=0 --arch x64 --os-name linux-musl --no-build-nodejs --no-build-java
+ buildArgs: --ci --pack --all -e KOREBUILD_SKIP_INSTALL_NETFX=0 --arch x64 --os-name linux-musl --no-build-nodejs --no-build-java -p:RepositoryBranch=$(Build.SourceBranchName)
262
installNodeJs: false
263
afterBuild:
264
# Remove packages that are not rid-specific.
0 commit comments