CI config: Specify RepositoryBranch when building inside a docker container
This commit is contained in:
parent
2558166b19
commit
8564093627
|
|
@ -258,7 +258,7 @@ jobs:
|
||||||
jobDisplayName: "Build: Linux Musl x64"
|
jobDisplayName: "Build: Linux Musl x64"
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
buildScript: ./dockerbuild.sh alpine
|
buildScript: ./dockerbuild.sh alpine
|
||||||
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)
|
||||||
installNodeJs: false
|
installNodeJs: false
|
||||||
afterBuild:
|
afterBuild:
|
||||||
# Remove packages that are not rid-specific.
|
# Remove packages that are not rid-specific.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue