Skip to content

Commit 8eb98d1

Browse files
committed
Add GitHub Actions workflows and funding file
This commit introduces a new folder structure within the solution to accommodate the GitHub Actions workflows and the funding file. The `.github` directory includes the `FUNDING.yml` for funding links and two workflow files, `dotnet.yml` and `dotnet-desktop.yml`, to automate various CI/CD tasks.
1 parent 1566fa4 commit 8eb98d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

SubDBSharp.slnx

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<Solution>
2+
<Folder Name="/.github/">
3+
<File Path=".github\FUNDING.yml" />
4+
</Folder>
5+
<Folder Name="/.github/workflows/">
6+
<File Path=".github\workflows\dotnet.yml" />
7+
<File Path=".github\workflows\dotnet-desktop.yml" />
8+
</Folder>
29
<Folder Name="/.Solution Items/">
310
<File Path="Directory.Packages.props" />
411
<File Path="Directory.Build.props" />

0 commit comments

Comments
 (0)