Test new config, fixed bugs
This commit is contained in:
parent
734368df68
commit
356f0b2ea1
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -23,10 +23,12 @@ pipeline {
|
||||
agent {
|
||||
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
||||
}
|
||||
stages ('Build') {
|
||||
steps {
|
||||
dir('SessionCompanion/SessionCompanion') {
|
||||
sh 'dotnet build'
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
dir('SessionCompanion/SessionCompanion') {
|
||||
sh 'dotnet build'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user