Skip to content

Commit 698698a

Browse files
Migrate to the new solution format
1 parent aec8b0e commit 698698a

File tree

3 files changed

+38
-77
lines changed

3 files changed

+38
-77
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test Matchmaker
3434
shell: pwsh
3535
run: |
36-
dotnet test Matchmaker.sln --nologo -c Release /p:ContinuousIntegrationBuild=true
36+
dotnet test Matchmaker.slnx --nologo -c Release /p:ContinuousIntegrationBuild=true
3737
3838
- name: Pack Matchmaker
3939
shell: pwsh

Matchmaker.sln

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

Matchmaker.slnx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitattributes" />
5+
<File Path=".github/workflows/main.yml" />
6+
<File Path=".gitignore" />
7+
<File Path="CHANGELOG.md" />
8+
<File Path="LICENSE" />
9+
<File Path="README.md" />
10+
</Folder>
11+
<Folder Name="/Solution Items/docs/">
12+
<File Path="docs/.gitignore" />
13+
<File Path="docs/docfx.json" />
14+
<File Path="docs/favicon.ico" />
15+
<File Path="docs/index.md" />
16+
<File Path="docs/logo.svg" />
17+
<File Path="docs/toc.yml" />
18+
</Folder>
19+
<Folder Name="/Solution Items/docs/api/">
20+
<File Path="docs/api/.gitignore" />
21+
<File Path="docs/api/index.md" />
22+
</Folder>
23+
<Folder Name="/Solution Items/docs/articles/">
24+
<File Path="docs/articles/async.md" />
25+
<File Path="docs/articles/expressions.md" />
26+
<File Path="docs/articles/intro.md" />
27+
<File Path="docs/articles/migration.md" />
28+
<File Path="docs/articles/nullable.md" />
29+
<File Path="docs/articles/patterns.md" />
30+
<File Path="docs/articles/results.md" />
31+
<File Path="docs/articles/toc.yml" />
32+
<File Path="docs/articles/unions.md" />
33+
<File Path="docs/articles/why.md" />
34+
</Folder>
35+
<Project Path="Matchmaker.Tests/Matchmaker.Tests.csproj" />
36+
<Project Path="Matchmaker/Matchmaker.csproj" />
37+
</Solution>

0 commit comments

Comments
 (0)