Browse Source

Remove build step

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

5
Jenkinsfile vendored

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

Loading…
Cancel
Save