当前位置:网站首页>What's the best way to get TFS to output each project to its own directory?
What's the best way to get TFS to output each project to its own directory?
2022-07-06 21:06:00 【Technology feast】
problem :
I'm putting a large codebase into Team Foundation Server. I am putting a large code base into Team Foundation Server.I would like the build process to create a "ready to deploy" build of our projects. I want the build process to create a “ Prepare to deploy ” The construction of .
The normal way we've been doing this is to have each project's output be in its own folder. The normal way we have been doing this is to put the output of each project in its own folder .So, for example, we wind up with something like therefore , for example , We'll end up with something similar
C:\project1\ assembly1.dll assembly2.dll project1.exe project1.exe.configC:\project2\ assembly2.dll assembly3.dll project2.exe project2.exe.configC:\project3\ assembly1.dll assembly3.dll project3.exe project3.exe.configWhich is the way we like it. This is the way we like it .
TFS, though, seems to want to stick everything in the same directory. however ,TFS It seems that you want to put all the contents in the same directory .
C:\output\ assembly1.dll assembly2.dll assembly3.dll project1.exe project1.exe.config project2.exe project2.exe.config project3.exe project3.exe.configwhich, although it saves some amount of disk space (the assemblies are only there one time each) is not how we want it. Although it saves some disk space ( Each assembly exists only once ), But it's not what we want .
What's the best way to specify where TFS/MSBuild should put the output files? Appoint TFS/MSBuild What is the best way to place the output file ?Do I need to edit sln/csproj files individually to achieve this or can I do it in the TFSBuild.proj file? Do I need to edit it separately sln/csproj File to achieve this , It can still be done in TFSBuild.proj In file ?(ie, in a MSBuild-specific file)( namely , Be specific to MSBuild In the file of )
Solution :
Reference resources : https://stackoom.com/en/question/2vnr边栏推荐
- 自定义限流注解
- 面试官:Redis中有序集合的内部实现方式是什么?
- 审稿人dis整个研究方向已经不仅仅是在审我的稿子了怎么办?
- 3D人脸重建:从基础知识到识别/重建方法!
- [MySQL] trigger
- Xcode6 error: "no matching provisioning profiles found for application"
- el-table表格——获取单击的是第几行和第几列 & 表格排序之el-table与sort-change、el-table-column与sort-method & 清除排序-clearSort
- c#使用oracle存储过程获取结果集实例
- js通过数组内容来获取数组下标
- MLP (multilayer perceptron neural network) is a multilayer fully connected neural network model.
猜你喜欢

Laravel笔记-自定义登录中新增登录5次失败锁账户功能(提高系统安全性)

The most comprehensive new database in the whole network, multidimensional table platform inventory note, flowus, airtable, seatable, Vig table Vika, flying Book Multidimensional table, heipayun, Zhix

OAI 5G NR+USRP B210安装搭建

3D人脸重建:从基础知识到识别/重建方法!

【mysql】触发器

15 millions d'employés sont faciles à gérer et la base de données native du cloud gaussdb rend le Bureau des RH plus efficace

Pycharm remote execution

Introduction to the use of SAP Fiori application index tool and SAP Fiori tools

New database, multidimensional table platform inventory note, flowus, airtable, seatable, Vig table Vika, Feishu multidimensional table, heipayun, Zhixin information, YuQue

性能测试过程和计划
随机推荐
Comprehensive evaluation and recommendation of the most comprehensive knowledge base management tools in the whole network: flowus, baklib, jiandaoyun, ones wiki, pingcode, seed, mebox, Yifang cloud,
15million employees are easy to manage, and the cloud native database gaussdb makes HR office more efficient
Tips for web development: skillfully use ThreadLocal to avoid layer by layer value transmission
【论文解读】用于白内障分级/分类的机器学习技术
PHP saves session data to MySQL database
Simple continuous viewing PTA
Distributed ID
Can novices speculate in stocks for 200 yuan? Is the securities account given by qiniu safe?
强化学习-学习笔记5 | AlphaGo
爱可可AI前沿推介(7.6)
KDD 2022 | 通过知识增强的提示学习实现统一的对话式推荐
请问sql group by 语句问题
Huawei device command
SAP UI5 框架的 manifest.json
Entity alignment two of knowledge map
华为设备命令
防火墙基础之外网服务器区部署和双机热备
HMS Core 机器学习服务打造同传翻译新“声”态,AI让国际交流更顺畅
OAI 5G NR+USRP B210安装搭建
js 根据汉字首字母排序(省份排序) 或 根据英文首字母排序——za排序 & az排序