Browse Source

Add build to jenkinsfile

pull/137/head
Ionite 1 year ago
parent
commit
eace8732e6
No known key found for this signature in database
  1. 5
      Jenkinsfile

5
Jenkinsfile vendored

@ -12,6 +12,11 @@ node("Diligence") {
}
try {
stage('Build') {
sh "dotnet build StabilityMatrix.sln"
sh "cp -R ./StabilityMatrix.Tests/bin/Debug/net7.0/zh-Hans ./StabilityMatrix.Tests/bin/Debug/net7.0/zh-hans"
}
stage('Test') {
sh "dotnet test StabilityMatrix.Tests"
}

Loading…
Cancel
Save