Skip to content

Conversation

@DrewScoggins
Copy link
Member

  • Use 'call deactivate' instead of 'deactivate' in PostCommands on Windows. Without 'call', the batch file transfers control to deactivate.bat and never returns, causing EXIT /b %_commandExitCode% to never execute.

  • Chain Windows prerequisite install commands with && and add error checking. Previously, pip install failures were silently ignored, causing ModuleNotFoundError for azure packages during upload.

- Use 'call deactivate' instead of 'deactivate' in PostCommands on Windows.
  Without 'call', the batch file transfers control to deactivate.bat and
  never returns, causing EXIT /b %_commandExitCode% to never execute.

- Chain Windows prerequisite install commands with && and add error checking.
  Previously, pip install failures were silently ignored, causing
  ModuleNotFoundError for azure packages during upload.
matouskozak
matouskozak previously approved these changes Jan 7, 2026
LoopedBard3
LoopedBard3 previously approved these changes Jan 8, 2026
Copy link
Member

@LoopedBard3 LoopedBard3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, should make sure to do a test run before merging.

@LoopedBard3
Copy link
Member

@DrewScoggins DrewScoggins dismissed stale reviews from LoopedBard3 and matouskozak via ecd14eb January 9, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants