From 57eeb73c09ba67b36b7fe40c6e207f73150a501c Mon Sep 17 00:00:00 2001 From: Ionite Date: Fri, 15 Sep 2023 16:52:10 -0400 Subject: [PATCH] Remove rm --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d634263a..27a6b21c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" }