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.
アーティファクトが見つからない場合、TeamCity ビルドが失敗する可能性はありますか? つまり、特別なスクリプトを書かなくても、TeamCity にはそのような機能が組み込まれているのでしょうか?
いいえ、その機能をビルド スクリプトに実装する必要があります。
つまり、MSBUILD を使用している場合は、すべてが完了したら、次のコマンドを実行します。
<Error Condition="!Exists('someArtifact.txt')" Text="Error!!! Artifact doesn't exist" />