One of our developers came across this note in their research:
Note:
If you run the BuildCookRun command without providing -build, -cook, and -stage, it will not function the same as when providing them alongside -skipbuild, -skipcook, and -skipstage. It is necessary to include each command and their -skip options to deploy properly.
From: [Content removed]
In our experience, using skipcook without cook seems to work fine. Could someone provide a definitive answer - do we need “-cook” in order for “-skipcook” to function properly?