Release for Linux

The idea to implement a Release for the DummyProductBundle is to being able to reduce the number of bugs reported by another teams, also to being able to implement test to validate the fix.

General Requirements

  • The DummyProductBundle should have an installer for Linux

  • DevOps should have resources to create the release for Linux

  • The DummyProductBundle should use the framework netcoreapp3.1

  • The DummyProductCLI should use the framework netcoreapp3.1

Test Requirements

  • The .runsettings should be modified to the equivalent paths for Linux

  • Every file path should be implemented in a generic way, for example don't use "C:\..\Example"

  • The test executed in Windows should be the same that it will run for Linux, instead of creating a new test on the solutions for the functional test

  • At least one test case, for the UI and CLI should run correctly on the Linux environment

Last updated