Use .slnx solution format and .NET 10 SDK; bump TFMs where applicable. #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI: main | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| workflow_dispatch: | ||
| jobs: | ||
| merge_job: | ||
| name: Preview packages | ||
| if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' | ||
| uses: frankhaugen/Workflows/.github/workflows/dotnet-publish-preview.yml@main | ||
| secrets: inherit | ||