次のようなArtifactパスがあります。
%system.teamcity.build.workingDir%\Presentation\obj\Release\Package=>Package.zip
しかし、「パッケージ」からフォルダーを除外する必要があります。次のようなことを試しました。
%system.teamcity.build.workingDir%\Presentation\obj\Release\Package
-:%system.teamcity.build.workingDir%\Presentation\obj\Release\Package\PackageTmp
-:Package\PackageTmp
しかし、何もうまくいかないようです。アイデアはありますか?
ご挨拶。