Skip to content

Fix interop deployment #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 14, 2023
Merged

Fix interop deployment #245

merged 3 commits into from
Feb 14, 2023

Conversation

isc-tleavitt
Copy link
Collaborator

Fixes #236

Solution: Extend %Studio.SourceControl.Base instead of %Studio.Extension.Base

Only implements AddToSourceControl - others should be no-ops for purposes of this extension. (We don't want to automatically commit file-by-file, that seems wrong and would be problematic in other deployment contexts.)

Extend %Studio.SourceControl.Base instead of %Studio.Extension.Base
Only implements AddToSourceControl - others should be no-ops for purposes of this extension. (We don't want to automatically commit file-by-file, that seems wrong and would be problematic in other deployment contexts.)
@isc-tleavitt isc-tleavitt merged commit 6df6126 into main Feb 14, 2023
@isc-tleavitt isc-tleavitt deleted the fix-interop-deployment branch February 14, 2023 19:54
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.

Error in Interoperability Deployment
2 participants