We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48c770 commit f4b6df7Copy full SHA for f4b6df7
.github/workflows/unit-tests.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Perform the source generator tests
26
run: dotnet test --project ./Toolbelt.Blazor.I18nText.SourceGenerator.Test --output detailed
27
- name: Perform the compiler task tests
28
- run: dotnet test --project .\Toolbelt.Blazor.I18nText.CompileTask.Test --output detailed
+ run: dotnet test --project ./Toolbelt.Blazor.I18nText.CompileTask.Test --output detailed
0 commit comments