mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 14:38: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') {
|
stage('Cake Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dotnet tool restore'
|
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') {
|
stage('Publish Test Results') {
|
||||||
|
|
Loading…
Reference in a new issue