take 3 I think we got it this time
This commit is contained in:
parent
13c361ef1e
commit
fdc4db1a07
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user