uDeploy プロセスで、.zip ファイルのステップを作成しました。アーティファクトをダウンロードした後、uDeploy ですべてのファイルをベース ディレクトリに圧縮します。
ベース ディレクトリ構造:
archive
sites
bin
*All binaries required*
インクルード オプションは **/* に設定されており、このワイルドカードにはアーカイブするすべてのサブディレクトリ (.zip) を含める必要があると想定しています
しかし、プロセスを実行した後、次の警告が表示されます。
Working Directory: E:\CustomerFtp\Rel_1.0_20160418_122247\Artifacts
Base Directory: E:\CustomerFtp\Rel_1.0_20160418_122247\Artifacts\Archive
Zip file name: CustomerFtp.Archive.zip
Include: **/*
Exclude:
Update : false
Follow Symlinks: false
Case Sensitive: false
=================================
[zip] Warning: skipping zip archive E:\CustomerFtp\Rel_1.0_20160418_122247\Artifacts\CustomerFtp.Archive.zip because no files were included.
何か不足していますか?