Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビルドURIを使用してTFSからIBuildDetailオブジェクトを取得するにはどうすればよいですか?
たとえば、URIはvstfs:/// Build / Build/1546です。
ビルドサーバークラスでGetBuild()メソッドを使用します。パラメータとしてURIを取ります。
var buildDetail= buildServer.GetBuild(new Uri(builduri));