From fdc4db1a078463988bcaab4e87f5584c1484e2ab Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 30 Nov 2022 16:15:01 -0500 Subject: [PATCH] take 3 I think we got it this time --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {