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

MSBuild Support #229

Open
2 tasks
coen22 opened this issue Jun 22, 2024 · 0 comments
Open
2 tasks

MSBuild Support #229

coen22 opened this issue Jun 22, 2024 · 0 comments

Comments

@coen22
Copy link

coen22 commented Jun 22, 2024

🚀 Feature Description

As a developer, I'd like to have MSBuild support, in order to improve the workflow.

It would be nice to be able to run it as a configuration in the editor. Something like this, but I'm not well-versed on MSBuild.

...
  <Target Name="DebugDockerCompose">
    <Exec Command="aspirate generate --output-format compose --non-interactive --secret-password {secret}" />
    <Exec Command="docker-compose -f ./aspirate-output/docker-compose.yaml up" />
  </Target>
...

✔ Goals

  • Create a build script
  • Create a template project
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

No branches or pull requests

1 participant