We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeda5ef commit cdda72bCopy full SHA for cdda72b
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
run: dotnet build L2Cache.slnx --configuration Release --no-restore -p:Version=${{ env.VERSION }}
57
58
- name: Test
59
- run: dotnet test L2Cache.slnx --configuration Release --no-build --verbosity normal
+ run: dotnet test --solution L2Cache.slnx --configuration Release --no-build --verbosity normal
60
61
- name: Pack NuGet Packages
62
run: |
0 commit comments