We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d5f37 commit e48aba9Copy full SHA for e48aba9
.github/workflows/dotnetcore.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Install dependencies
44
run: dotnet restore
45
- name: Build
46
- run: dotnet build Razor.Templating.Core.sln --configuration Release --no-restore
+ run: dotnet build Razor.Templating.Core.slnx --configuration Release --no-restore
47
- name: Test
48
run: dotnet test --no-restore --verbosity normal
0 commit comments