Currently we provide two ways of integration with .NET. the first is directly issued from Visual Studio. Please see here for more information. This should do for small projects or single user installations. The second is targeting the development teams using a team foundation server. In the latter version the TrustSource-export could be integrated as a separate step into the build chain. How to setup this, is described in the following.
To get a better understanding of package management and continuous integration in the .Net world, we recommend the following articles:
- Basic concepts of Package Management
- Install Package Management in TFS
- Start with Package Management in TFS
Further information and related articles can be found here.
PREREQUISTES
Installed Team Foundation Server 2013, 2015 or 2017
- https://msdn.microsoft.com/de-de/library/dd631899(v=vs.120).aspx
- https://www.visualstudio.com/de-de/docs/setup-admin/tfs/install/get-started
Installed Node.js
Installed TFS command line interface
TO INSTALL LOCALLY
- Create temporary files folder (e.g. c:\temp\buildtasks)
- Execute in CommandPromt with administrator rights:
- tfx login --auth-type basic
(for Service URL use a string in this format: http://studio:8080/tfs/DefaultCollection, all other parameters are optional) - tfx build tasks create
(Use “CheckLicenses” as a first parameter (Name))
- tfx login --auth-type basic
- Open file CheckLicenses/task.json and copy the value of the “id” field
- Open task.json file from the folder and paste the copied “id” value there.
- Execute in CommandPromt with administrator rights:
- tfx build tasks upload --task-path CheckLicenses
- tfx build tasks upload --task-path CheckLicenses --overwrite
(if the task already on the TFS and you want update it)
Now you can configure your Build in TFS. (the custom Task should be available)
TO INSTALL FROM MARKETPLACE
will be available soon
Comments
0 comments
Please sign in to leave a comment.