There was an error while loading. Please reload this page.
1 parent f8c7976 commit dc83f5eCopy full SHA for dc83f5e
scripts/release/build_configuration.py
@@ -16,3 +16,9 @@ class BuildConfiguration:
16
sign: bool = False
17
all_agents: bool = False
18
debug: bool = True
19
+
20
+ def is_release_step_executed(self) -> bool:
21
+ """
22
+ Determines whether release steps should be executed based on build scenario
23
24
+ return self.scenario == BuildScenario.RELEASE
0 commit comments