tfs

How can I check-in files in TFS with azure pipelines

廉价感情. 提交于 2021-02-20 02:45:51
问题 I'm trying to automate a local deployment script that builds a javascript bundle and then, with the help of TFS command line tool, it checks-in the bundle into a TFS repository. Right now I have the pipeline building the bundle but I still need a last Task that puts the created files into TFS. It is important to note that the TFS is in another project. Is there a Taks that does check-ins to TFS? If not, what alternatives do I have without using a custom script for that? 回答1: I wrote a little

TFS 2017- Release deploy app to IIS under a website

谁说我不能喝 提交于 2021-02-19 16:00:58
问题 I am using TFS 2017 build and realease to deploy a website, In my IIS i have the following Structure - WebsiteHost - ApplicationToDeploy I am using Deploy IIS App step on TFS realease definition Question : how can I tell the realease build to update ApplicationToDeploy under WebsiteHost ? Right now it creates a new Website on WebsiteHost level which i don't want. I tried WebsiteHost\ApplicationToDeploy in Host name field in the task but that just created a website with Host name WebsiteHost

TFS 2017- Release deploy app to IIS under a website

喜夏-厌秋 提交于 2021-02-19 16:00:52
问题 I am using TFS 2017 build and realease to deploy a website, In my IIS i have the following Structure - WebsiteHost - ApplicationToDeploy I am using Deploy IIS App step on TFS realease definition Question : how can I tell the realease build to update ApplicationToDeploy under WebsiteHost ? Right now it creates a new Website on WebsiteHost level which i don't want. I tried WebsiteHost\ApplicationToDeploy in Host name field in the task but that just created a website with Host name WebsiteHost

TFS 2017- Release deploy app to IIS under a website

倾然丶 夕夏残阳落幕 提交于 2021-02-19 16:00:15
问题 I am using TFS 2017 build and realease to deploy a website, In my IIS i have the following Structure - WebsiteHost - ApplicationToDeploy I am using Deploy IIS App step on TFS realease definition Question : how can I tell the realease build to update ApplicationToDeploy under WebsiteHost ? Right now it creates a new Website on WebsiteHost level which i don't want. I tried WebsiteHost\ApplicationToDeploy in Host name field in the task but that just created a website with Host name WebsiteHost

Is there a TFS Git API for getting file last modified date of files in a folder?

会有一股神秘感。 提交于 2021-02-19 08:29:57
问题 I am using TFS Git API to programmatically read data from my Git repository. I have the requirement that I need to be able to get a folder from the git repository and list all of the files in it and their last modified timestamp. I am using the items api and I am able to get the items in a folder with this request: https://docs.microsoft.com/en-us/rest/api/azure/devops/git/items/list?view=azure-devops-rest-5.1 For example: GET https://dev.azure.com/fabrikam/_apis/git/repositories/278d5cd2

git-tfs can I clone all branches but skip the history?

♀尐吖头ヾ 提交于 2021-02-19 07:33:11
问题 I want to migrate a project from TFVC to Git. I want to keep the different branches but I dont need each history. Can it be done? I tried git tfs quick-clone -branches=all but I only fetches one branch 回答1: If you want to work with tfs branches, you should clone one of the root branches. After you perform git push, all branches will be pushed to Git team projects. Generally, the following steps would achieve your goal: git-tfs clone http://tfsserver:8080/tfs/CollectionName/ $/teamproject

git-tfs can I clone all branches but skip the history?

我们两清 提交于 2021-02-19 07:33:08
问题 I want to migrate a project from TFVC to Git. I want to keep the different branches but I dont need each history. Can it be done? I tried git tfs quick-clone -branches=all but I only fetches one branch 回答1: If you want to work with tfs branches, you should clone one of the root branches. After you perform git push, all branches will be pushed to Git team projects. Generally, the following steps would achieve your goal: git-tfs clone http://tfsserver:8080/tfs/CollectionName/ $/teamproject

How to make TFS not auto check source control from Visual Studio?

痴心易碎 提交于 2021-02-18 19:12:38
问题 every time I open my Solution in Visual Studio it tries to communicate and validate every file is update to date in source control. I am working on a very large project and was wondering how I could disable it for this Solution? Furthermore is I am curious as to also how to enable it? 回答1: In Visual Studio 2010: 1) Go to Tools -> Options -> Source Control -> Environment. 2) In "Source Control Environment Settings," select "Custom" from the drop down. 3) Uncheck "Get everything when a solution

Handling bugs raised by customers in TFS

时光总嘲笑我的痴心妄想 提交于 2021-02-18 05:39:11
问题 I'm part of a team developing ASP.Net applications using Scrum. We currently use TFS for almost all aspects of our project management, source control, testing, and bug tracking. However, there's a gap when it comes to customer-raised bugs. Bugs found internally are easy to add to TFS allowing us to link changesets to actual bugs. When bugs are found by customers though, we find ourselves using an externally-facing bug tracking system (JIRA at the moment) and manually entering the same bug in

Handling bugs raised by customers in TFS

依然范特西╮ 提交于 2021-02-18 05:38:08
问题 I'm part of a team developing ASP.Net applications using Scrum. We currently use TFS for almost all aspects of our project management, source control, testing, and bug tracking. However, there's a gap when it comes to customer-raised bugs. Bugs found internally are easy to add to TFS allowing us to link changesets to actual bugs. When bugs are found by customers though, we find ourselves using an externally-facing bug tracking system (JIRA at the moment) and manually entering the same bug in