Skip to content

Commit 67e9168

Browse files
Remove .sln file and use .slnx exclusively
Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent 3e172cf commit 67e9168

2 files changed

Lines changed: 3 additions & 43 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
with:
2626
global-json-file: global.json
2727
- name: Restore dependencies
28-
run: dotnet restore IntelliTect.Multitool.sln
28+
run: dotnet restore
2929
- name: Build
30-
run: dotnet build IntelliTect.Multitool.sln -p:ContinuousIntegrationBuild=True -p:ReleaseDateAttribute=True --no-restore --configuration Release
30+
run: dotnet build -p:ContinuousIntegrationBuild=True -p:ReleaseDateAttribute=True --no-restore --configuration Release
3131
- name: Test
32-
run: dotnet test IntelliTect.Multitool.sln --no-build --configuration Release --verbosity normal --logger trx --results-directory ${{ runner.temp }}
32+
run: dotnet test --no-build --configuration Release --verbosity normal --logger trx --results-directory ${{ runner.temp }}
3333
- name: Convert TRX to VS Playlist
3434
if: failure()
3535
uses: BenjaminMichaelis/trx-to-vsplaylist@v2

IntelliTect.Multitool.sln

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

0 commit comments

Comments
 (0)