Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessehouwing/azure-pipelines-tfvc-tasks
Azure Pipelines tasks for Team Foundation Version Control
https://github.com/jessehouwing/azure-pipelines-tfvc-tasks
azure-devops azure-devops-extension azure-pipelines azure-pipelines-task tfvc
Last synced: 3 months ago
JSON representation
Azure Pipelines tasks for Team Foundation Version Control
- Host: GitHub
- URL: https://github.com/jessehouwing/azure-pipelines-tfvc-tasks
- Owner: jessehouwing
- License: mit
- Created: 2016-01-04T15:16:33.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T18:05:03.000Z (5 months ago)
- Last Synced: 2024-07-18T17:57:16.905Z (4 months ago)
- Topics: azure-devops, azure-devops-extension, azure-pipelines, azure-pipelines-task, tfvc
- Language: PowerShell
- Homepage: https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
- Size: 1.37 MB
- Stars: 27
- Watchers: 5
- Forks: 18
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Release Notes
> - **26-05-2020** - Fixed [#99 Error: Get-VstsTfsClientCredentials : ScriptHalted](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/issues/99)
> - **21-04-2020** - Added do not sync sources step. Prevents Azure Pipelines from automatically checking out the sources.
> - **02-01-2020** - Fixed [#95 Checkin V2 task doesn't support custom author (but task.json has them)](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/issues/95).
> - **23-12-2019** - Fixed [#91 Azure DevOps Agent running on https failed with TLS 1.2](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/issues/91).
> - **23-10-2019** - [Fixed "Could not load Newtonsoft.JSon" when Visual Studio 2019 is installed on the agent](https://github.com/microsoft/azure-pipelines-task-lib/issues/580).# Description
A set of Build tasks for Team Foundation Server, Azure DevOps Server and Azure Pipelines that enables you to interact with the TFVC repository. Supported operations are:* [Add](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/wiki/Add)
* [Check in changes](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/wiki/Check-in)
* [Delete](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/wiki/Delete)
* [Undo changes](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/wiki/Undo)
* [Update gated changes](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/wiki/Shelve)
* Do not Sync Sources# Documentation
Please check the [Wiki](https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/wiki).