We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an executable (EXE) targeting Linux.
The release.yml (L31-L32) file creates a Windows distribution and also runs end-to-end test using the output executable.
dotnet publish ./src/Joba.IBM.RPA.Cli/Joba.IBM.RPA.Cli.csproj -c Release -f net7.0 -r win-x64 -p:PublishSingleFile=true -p:VersionPrefix=${MAIN_VERSION} -p:VersionSufix=${PRE_RELEASE_VERSION} -o ./publish --self-contained
We need to separate the build process (maybe using github action matrix?) and test both executables (windows + linux) before releasing.
We also need to attach both executables to the Github Release, lines L40-L48.
After creating a distribution for Linux, update the following documentation: https://ibm.github.io/ibm-rpa-cli/#/guide/getting-started?id=linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requirements
Create an executable (EXE) targeting Linux.
The release.yml (L31-L32) file creates a Windows distribution and also runs end-to-end test using the output executable.
We need to separate the build process (maybe using github action matrix?) and test both executables (windows + linux) before releasing.
We also need to attach both executables to the Github Release, lines L40-L48.
Documentation
After creating a distribution for Linux, update the following documentation: https://ibm.github.io/ibm-rpa-cli/#/guide/getting-started?id=linux
The text was updated successfully, but these errors were encountered: