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.
プロジェクトのターゲット用に構成されたスクリプト実行フェーズがあります。ビルドごとに実行されます。このスクリプトをターゲットから削除せずに一時的に無効にすることはできますか?
「無効」な状態については知りません。ただし、これは bash スクリプトなので、exit 0無効にしたい場合は先頭に追加するだけです。
exit 0