Удалить проект в Visual Studio Team Services
Мы создали учетную запись Visual Studio Team Services.
Мы создали какой-то проект для тестирования и теперь хотим его удалить. После поиска на некоторых форумах было упомянуто, что мы можем удалить его в Team Explorer. Мы используем Visual Studio 2012, и мы не можем удалить его, а кнопка «Удалить» отключена.
Мне сказали, что я являюсь администратором в Team Services и должен иметь возможность удалить его.
Итак, я хотел бы знать, как я могу удалить эти тестовые проекты. Спасибо.
задан 31 мая ’13, 14:05
у вас есть права? Войдите в youraccount.visualstudio.com —> настройки —> безопасность — Zaragon
4 ответы
Чтобы удалить проект из Visual Studio Team Services, перейдите к http://YourAccount.VisualStudio.com > Панель управления (значок шестеренки) > Обзор
В области «Проекты» при наведении указателя мыши на проект справа от имени проекта появится значок «. », щелкните его и выберите «Удалить». Появится всплывающее окно с просьбой ввести название проекта, чтобы подтвердить его удаление.
Вы ориентируетесь на систему управления версиями в своем примере. Когда вы нацеливаетесь на Team Explorer, вы можете выбрать «Подключиться к командному проекту».
После этого вы можете щелкнуть правой кнопкой мыши свой проект и выбрать «Удалить».
Пожалуйста, следуйте инструкциям ниже. Поскольку это мой первый ответ, мне сообщили, что я не могу использовать изображения для описания шага.
Панель управления => Просмотр страницы администрирования коллекции => нажмите на маленькую черную стрелку рядом с названием проекта и выберите «Удалить».
Надеюсь, это поможет.
Это не удаляет его из облака.
Я использовал приведенный ниже URL-адрес, чтобы удалить его из облака.
Не тот ответ, который вы ищете? Просмотрите другие вопросы с метками visual-studio-2012 project azure-devops or задайте свой вопрос.
Как удалить проект в visual studio
In educating myself I have generated a variety of projects which now clutter my workspace
How do I easily delete unwanted projects
All replies
Your projects are saved in one parent folder which is specified as Project location.
Visual Studio (menu) [Tools]>[Options]—[Projects ans Solutions]—[Locations]
With File Explorer, go to your Project location folder, you will find your project folder.
You can easily delete unwanted projects (project folder).
- Proposed as answer by Anna Xiu-MSFT Microsoft contingent staff Wednesday, January 22, 2020 10:27 AM
Welcome to MSDN forum.
According to your description, I have something to confirm with you. What’s your Visual Studio version? I suppose you want to remove some project that exist in Solution Explorer. If I misunderstand, please feel free to let me know.
If you want to delete unwanted projects that exist in Solution Explorer(I suggest you make a backup.), please have a try with the following methods:
#1. Please right-click and ‘Remove’ the project in Solution Explorer.
#2. The above performance just removes the reference to the project. If you’d like to remove it entirely, please manually delete it from its projects location on the disk as Ashidacchi suggested.
Delete a project from VS code
I’ve clicked everywhere looking for a solution. I have cleared the recently opened, restarted VS Code but the project doesn’t go anywhere. I researched online but there is a void. It seems projects stay there forever!
Any help would be great. Thanks.
4 Answers 4
If you want to delete the project, you can not delete it from inside the VS Code. you should go to the folder that project is inside that, you can do that with right click on the name of project in toolbar VS Code and select the Reveal the explorer and go directly to the root of the project.