diff --git a/Jenkinsfile b/Jenkinsfile index fa8b307..35f83cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { } stage('Build') { steps { - sh 'dotnet publish directors-assistant.csproj --configuration Release --os linux' + sh 'dotnet publish vassago.csproj --configuration Release --os linux' archiveArtifacts artifacts: 'bin/Release/net7.0/linux-x64/publish/*' } }