diff --git a/Jenkinsfile b/Jenkinsfile index e64ef5e..f4936d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stage('Build') { steps { echo 'Building..' - sh 'dotnet pack --configuration Release --output ./' + sh 'dotnet pack franz/franz.csproj --configuration Release --output ./' } } stage('Deploy') {