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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves: Create CI pipelines for all projects #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aleks-ivanov
Copy link

@aleks-ivanov aleks-ivanov commented Jun 25, 2021

Each pipeline:

  • executes on push commits and PRs that change the source code of the project they are assigned to, and also can be run manually

  • consists of a CI job that builds the project and uploads the build output as a pipeline artifact

The WinForms-HDPI\SystemAware\HighDpiDemo.sln fails to build in the winforms-hdpi-ci.yml pipeline, because of the following error:

HighDpiDemoSLN-error-2

If the build requires a specific unique certificate, it is possible to implement its use through the GitHub Secrets module or if possible just for the purposes of the pipeline we can disable signing of the ClickOnce manifest. ( we would apply the solution to this project's CodeQL pipeline as well)

Either way, we'd happy to bring the pipeline to satisfactory completion. 馃檪

Resolves #72

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.

Create GitHub Actions CI pipelines for all projects
1 participant