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

Add .NET Core Desktop GitHub Actions Workflow #21

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

lemillermicrosoft
Copy link
Owner

@lemillermicrosoft lemillermicrosoft commented Sep 19, 2023

Summary

This pull request adds a new GitHub Actions workflow for building, testing, signing, and packaging a WPF or Windows Forms desktop application built on .NET Core.

Changes

  • Create a new .NET Core Desktop GitHub Actions workflow file at .github/workflows/dotnet-desktop.yml
  • Configure the workflow to run on push and pull_request events for the main branch
  • Set up a build matrix for Debug and Release configurations
  • Define environment variables for the solution name and other project paths
  • Install .NET Core 6.0.x and set up MSBuild.exe
  • Restore the application to populate the obj folder with RuntimeIdentifiers
  • Commented out sections for handling signing certificates, creating app packages, and uploading build artifacts

Powered by Microsoft Semantic Kernel

@lemillermicrosoft
Copy link
Owner Author

/sk generate-pr-description

@github-actions github-actions bot changed the title Create dotnet-desktop.yml Create dotnet-desktop.yml Add .NET Core Desktop GitHub Actions Workflow Sep 19, 2023
@github-actions
Copy link

Generate PR Description: succeeded ✅
https://github.com/lemillermicrosoft/skonsole/actions/runs/6231135989

@lemillermicrosoft lemillermicrosoft changed the title Create dotnet-desktop.yml Add .NET Core Desktop GitHub Actions Workflow Add .NET Core Desktop GitHub Actions Workflow Sep 19, 2023
@lemillermicrosoft lemillermicrosoft merged commit eab8cba into main Sep 19, 2023
3 checks passed
@lemillermicrosoft lemillermicrosoft deleted the lemillermicrosoft-patch-1 branch September 29, 2023 22:46
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.

1 participant