Browse Source

Remove rm

pull/137/head
Ionite 1 year ago
parent
commit
57eeb73c09
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('PreBuild') {
sh "rm ./StabilityMatrix.Avalonia/Languages/Resources.zh-Hans.resx"
sh "rm ./StabilityMatrix.Avalonia/Languages/Resources.zh-Hant.resx"
}
try {
stage('Test') {
sh "dotnet test StabilityMatrix.Tests"
}

Loading…
Cancel
Save