File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 dotnet-version : 10.0.x
2323
2424 - name : Restore dependencies
25- run : dotnet restore SignalBench.sln
25+ run : dotnet restore SignalBench.slnx
2626
2727 - name : Build
28- run : dotnet build SignalBench.sln --configuration Release --no-restore
28+ run : dotnet build SignalBench.slnx --configuration Release --no-restore
2929
3030 - name : Test
31- run : dotnet test SignalBench.sln --configuration Release --no-build --verbosity normal
31+ run : dotnet test SignalBench.slnx --configuration Release --no-build --verbosity normal
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ Streaming settings are **per-workspace (per-tab)**. You can stream from multiple
138138The project uses the modern .NET 10 artifacts layout. Build results are centralized in the `artifacts/` directory at the root of the solution.
139139
140140` ` ` bash
141- dotnet build SignalBench.sln
141+ dotnet build SignalBench.slnx
142142` ` `
143143
144144# ## Running Tests
You can’t perform that action at this time.
0 commit comments