diff --git a/Jenkinsfile b/Jenkinsfile index 17e17ee8..f3243310 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node("Diligence") { try { stage('PreBuild') { - cd "StabilityMatrix" + sh "cd StabilityMatrix" sh "rm ./StabilityMatrix.Avalonia/Languages/Resources.zh-Hans.resx" sh "rm ./StabilityMatrix.Avalonia/Languages/Resources.zh-Hant.resx" }