Thienvv - bỏ bước clear cache nuget (tạm)

This commit is contained in:
thienqb123456
2024-12-25 16:03:15 +07:00
parent 4f08051d83
commit f14564b2c2
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 {
+6 -6
View File
@@ -42,12 +42,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 {