take 3 I think we got it this time

This commit is contained in:
Adam R Grey 2022-11-30 16:15:01 -05:00
parent 13c361ef1e
commit fdc4db1a07

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
echo 'Building..' echo 'Building..'
sh 'dotnet pack --configuration Release --output ./' sh 'dotnet pack franz/franz.csproj --configuration Release --output ./'
} }
} }
stage('Deploy') { stage('Deploy') {