Skip to content

Commit 24748b9

Browse files
committed
Migrate to slnx
1 parent 5206a92 commit 24748b9

File tree

3 files changed

+39
-64
lines changed

3 files changed

+39
-64
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Sync Repository to GitLab
2+
3+
on:
4+
push
5+
6+
jobs:
7+
sync:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout all history
11+
uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
15+
- name: Sync to GitLab
16+
uses: keninkujovic/gitlab-sync@2.1.0
17+
with:
18+
gitlab_url: ${{ secrets.GITLAB_URL }}
19+
username: ${{ secrets.GITLAB_USERNAME }}
20+
gitlab_pat: ${{ secrets.GITLAB_PAT }}

Net.Sdk.Web.Extensions.sln

Lines changed: 0 additions & 64 deletions
This file was deleted.

Net.Sdk.Web.Extensions.slnx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<Solution>
2+
<Folder Name="/.github/">
3+
<File Path=".github/CODEOWNERS" />
4+
<File Path=".github/dependabot.yml" />
5+
</Folder>
6+
<Folder Name="/.github/workflows/">
7+
<File Path=".github/workflows/cd.yaml" />
8+
<File Path=".github/workflows/ci.yaml" />
9+
<File Path=".github/workflows/gitlab-mirror.yaml" />
10+
</Folder>
11+
<Folder Name="/Solution/">
12+
<File Path="LICENSE" />
13+
<File Path="README.md" />
14+
</Folder>
15+
<Project Path="Net.Sdk.Web.Extensions.Azure/Net.Sdk.Web.Extensions.Azure.csproj" />
16+
<Project Path="Net.Sdk.Web.Extensions.SourceGenerators.Tests/Net.Sdk.Web.Extensions.SourceGenerators.Tests.csproj" />
17+
<Project Path="Net.Sdk.Web.Extensions.SourceGenerators/Net.Sdk.Web.Extensions.SourceGenerators.csproj" />
18+
<Project Path="Net.Sdk.Web.Extensions/Net.Sdk.Web.Extensions.csproj" />
19+
</Solution>

0 commit comments

Comments
 (0)