Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Allow skipdownload to only generate changes
This effectively rollsback 6611c96 to allow for the use case where: - We first download. - We revert changes that are not relevant for generation, like revision only changes. - We generate what remains. For instance, the latest release took a long time because it generated and attempted to push everything. No harm done as Nuget won't allow pushing the same package twice, but it is still clearer (for diagnosing failed releases and for quota purposes) to only generate and push what has changed.
- Loading branch information