Skip to content
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

Pre & Post build events from Pyro not supported #148

Open
megapatato opened this issue Dec 9, 2021 · 0 comments
Open

Pre & Post build events from Pyro not supported #148

megapatato opened this issue Dec 9, 2021 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@megapatato
Copy link

Describe the bug
Since v1601138736, Pyro supports PreBuildEvents and PostBuildEvents as elements of the PapyrusProject. The version bundled in this project does not appear to be recent enough to support this.

To Reproduce

  1. Generate the default Skyrim Special Edition project files
  2. Append the example code from the Pyro documentation:
    <PostBuildEvent Description="Post-Build Event Example" UseInBuild="true">
        <Command>echo Hi! I'm a post-build command!</Command>
    </PostBuildEvent >
  1. Error includes:
2021-12-09 ww:xx:yy,zzz [ERRO] Failed to validate XML Schema.
        Element '{PapyrusProject.xsd}PostBuildEvent': This element is not expected., line 24

with line 24 pointing to the PostBuildEvent element.

@megapatato megapatato added the bug Something isn't working label Dec 9, 2021
@joelday joelday added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants