성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <br /> <div class='mainCenterTitle'>Team Build에 사용되는 각종 Property 값</div><br /> <br /> 값들은 아래와 같습니다.<br /> <br /> <pre class='code'> MSBuildProjectFile = TFSBuild.proj MSBuildProjectExtension = .proj MSBuildProjectDirectory = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\BuildType BinariesRoot = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\BuildType\..\Sources\..\Binaries SolutionRoot = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\BuildType\..\Sources TestResultsRoot = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\BuildType\..\Sources\..\TestResults TeamBuildRefPath = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies DevEnvDir = \..\..\Common7\IDE WorkspaceName = TestTeamServer_TestTeamProjectName_TeamBuildType_Debug_x86 OutDirForCompile.FullPath = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\Binaries\Win32\Debug\ ConfigurationToBuild.PlatformToBuild = Win32 ConfigurationToBuild.FlavorToBuild = Debug TeamFoundationServerUrl=http://TestTeamServer:8080/ TeamProject=TestTeamProjectName BuildType=TeamBuildType_Debug_x86 BuildURI=vstfs:///Build/Build/06212007_040643_14062 BuildNumber=TeamBuildType_Debug_x86_20070621.9 DropLocation=\\TestTeamServer\Test_Debug_Build BuildDirectory=C:\Work\TestSolution OutDir = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\Binaries\Win32\Debug\ ReferencePath = C:\Work\TestSolution\TestTeamProjectName\TeamBuildType_Debug_x86\Binaries\Win32\Debug\ SearchPathRoot = WorkItemTitle = Build failure in build: BuildlogText = The build log file is at: ErrorWarningLogText = The errors/warnings log file is at: WorkItemDescription = </pre> <br /> 각각 다음의 Message Task를 통해서 구한 값입니다.<br /> <br /> <pre class='code'> <Message Text="MSBuildProjectFile = $(MSBuildProjectFile)" /> <Message Text="MSBuildProjectExtension = $(MSBuildProjectExtension)" /> <Message Text="MSBuildProjectDirectory = $(MSBuildProjectDirectory)" /> <Message Text="" /> <Message Text="BinariesRoot = $(BinariesRoot)" /> <Message Text="SolutionRoot = $(SolutionRoot)" /> <Message Text="TestResultsRoot = $(TestResultsRoot)" /> <Message Text="TeamBuildRefPath = $(TeamBuildRefPath)" /> <Message Text="DevEnvDir = $(DevEnvDir)" /> <Message Text="WorkspaceName = $(WorkspaceName)" /> <Message Text="OutDirForCompile.FullPath = %(OutDirForCompile.FullPath)" /> <Message Text="ConfigurationToBuild.PlatformToBuild = %(ConfigurationToBuild.PlatformToBuild)" /> <Message Text="ConfigurationToBuild.FlavorToBuild = %(ConfigurationToBuild.FlavorToBuild)" /> <Message Text="" /> <Message Text="TeamFoundationServerUrl=$(TeamFoundationServerUrl)" /> <Message Text="TeamProject=$(TeamProject)" /> <Message Text="BuildType=$(BuildType)" /> <Message Text="BuildURI=$(BuildURI)" /> <Message Text="BuildNumber=$(BuildNumber)" /> <Message Text="DropLocation=$(DropLocation)" /> <Message Text="BuildDirectory=$(BuildDirectoryPath)" /> <Message Text="" /> <Message Text="OutDir = $(OutDir)" /> <Message Text="ReferencePath = $(ReferencePath)" /> <Message Text="SearchPathRoot = $(SearchPathRoot)" /> <Message Text="WorkItemTitle = $(WorkItemTitle)" /> <Message Text="BuildlogText = $(BuildlogText)" /> <Message Text="ErrorWarningLogText = $(ErrorWarningLogText)" /> <Message Text="WorkItemDescription = $(WorkItemDescription)" /> </pre> <br /><br /><hr /><span style='color: Maroon'>[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
1658
(왼쪽의 숫자를 입력해야 합니다.)