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.
私の単体テストのいくつかは、出力ファイルを生成します。問題は、これらのファイルをアーティファクトにコピーすることは可能ですか?
生成されたファイルを見つけようとしましたが、TeamCityBuildagentTempフォルダーにありました。
パラメータの使用法をもう少し調べておく必要があります。パラメータ%system.teamcity.build.tempDir%を使用するとうまくいきました。私がしたのは、artifcatsボックスに次の行を追加することだけでした。
%system.teamcity.build.tempDir%\**\Out\*.sql => Sql-scripts