mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
fixed legacy argument specifier
This commit is contained in:
parent
702bf94f49
commit
10c1cc8905
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stage('Cake Build') {
|
||||
steps {
|
||||
sh 'dotnet tool restore'
|
||||
sh 'dotnet dotnet-cake --Target=Publish -Branch=' + env.BRANCH_NAME
|
||||
sh 'dotnet dotnet-cake --Target=Publish --Branch=' + env.BRANCH_NAME
|
||||
}
|
||||
}
|
||||
stage('Publish Test Results') {
|
||||
|
|
Loading…
Reference in a new issue