File tree Expand file tree Collapse file tree 3 files changed +22
-90
lines changed
Expand file tree Collapse file tree 3 files changed +22
-90
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 run : git submodule update --init --recursive
1919
2020 - name : Restore dependencies
21- run : dotnet restore src/SmartVectorDotNet.sln
21+ run : dotnet restore src/SmartVectorDotNet.slnx
2222
2323 - name : Build solution
24- run : dotnet build src/SmartVectorDotNet.sln --no-restore
24+ run : dotnet build src/SmartVectorDotNet.slnx --no-restore
2525
2626 - name : Run tests
27- run : dotnet test src/SmartVectorDotNet.sln --no-build --verbosity normal
27+ run : dotnet test src/SmartVectorDotNet.slnx --no-build --verbosity normal
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /src/" >
3+ <Project Path =" SmartVectorDotNet.Generators/SmartVectorDotNet.Generators.csproj" />
4+ <Project Path =" SmartVectorDotNet/SmartVectorDotNet.csproj" />
5+ </Folder >
6+ <Folder Name =" /submodules/" >
7+ <Project Path =" ../subrepos/GenericSpecializationGenerator/src/GenericSpecializationGenerator/GenericSpecializationGenerator.csproj" />
8+ </Folder >
9+ <Folder Name =" /test/" >
10+ <Project Path =" SmartVectorDotNet.Benchmark/SmartVectorDotNet.Benchmark.csproj" />
11+ <Project Path =" SmartVectorDotNet.Test.Legacy/SmartVectorDotNet.Test.Legacy.csproj" />
12+ <Project Path =" SmartVectorDotNet.Test/SmartVectorDotNet.Test.csproj" />
13+ </Folder >
14+ <Folder Name =" /verification/" >
15+ <File Path =" verification/readme.md" />
16+ <Project Path =" verification/SmartVectorBenchmarks/SmartVectorBenchmarks.csproj" />
17+ <Project Path =" verification/SmartVectorPoC/SmartVectorPoC.csproj" />
18+ </Folder >
19+ </Solution >
You can’t perform that action at this time.
0 commit comments