Skip to content

Commit 8564093

Browse files
authored
CI config: Specify RepositoryBranch when building inside a docker container
1 parent 2558166 commit 8564093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
jobDisplayName: "Build: Linux Musl x64"
259259
agentOs: Linux
260260
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
261+
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)
262262
installNodeJs: false
263263
afterBuild:
264264
# Remove packages that are not rid-specific.

0 commit comments

Comments
 (0)