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. 7
      Jenkinsfile

7
Jenkinsfile vendored

@ -11,12 +11,7 @@ node("Diligence") {
git branch: env.BRANCH_NAME, credentialsId: 'Ionite', url: "https://github.com/${author}/${repoName}.git"
}
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"
}
try {
stage('Test') {
sh "dotnet test StabilityMatrix.Tests"
}

Loading…
Cancel
Save