Thienvv - bật lại clear nuget cache

This commit is contained in:
thienqb123456
2025-01-01 23:23:29 +07:00
parent 3b528082fe
commit b9860438da
2 changed files with 12 additions and 12 deletions
+6 -6
View File
@@ -41,12 +41,12 @@ pipeline {
}
}
// stage('Clear Nuget caches') {
// steps {
// // Xóa cache của NuGet
// clearNuGetCaches()
// }
// }
stage('Clear Nuget caches') {
steps {
// Xóa cache của NuGet
clearNuGetCaches()
}
}
stage('Setup Nuget.Config') {
steps {