diff --git a/Jenkinsfile b/Jenkinsfile index 0937d0c..fbd674a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {