1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-20 12:09:10 +02:00

fixed legacy argument specifier

This commit is contained in:
Ell 2021-03-18 17:30:20 +01:00
parent 702bf94f49
commit 10c1cc8905

2
Jenkinsfile vendored
View file

@ -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') {