Skip to content

Commit e48aba9

Browse files
committed
Update github actions to build .slnx
1 parent 78d5f37 commit e48aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Install dependencies
4444
run: dotnet restore
4545
- name: Build
46-
run: dotnet build Razor.Templating.Core.sln --configuration Release --no-restore
46+
run: dotnet build Razor.Templating.Core.slnx --configuration Release --no-restore
4747
- name: Test
4848
run: dotnet test --no-restore --verbosity normal

0 commit comments

Comments
 (0)