Skip to content

Commit

Permalink
ci: Allow skipdownload to only generate changes
Browse files Browse the repository at this point in the history
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
amanda-tarafa committed Aug 17, 2023
1 parent 9d371dc commit a327f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BuildGenerated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ while [[ $# -gt 0 ]]; do
case $key in
--skipdownload)
SKIPDOWNLOAD=TRUE
GENERATE_CHANGES_ONLY=FALSE
;;
--skiprevert)
SKIPREVERT=TRUE
Expand Down

0 comments on commit a327f59

Please sign in to comment.