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 0a65531 commit d682242Copy full SHA for d682242
1 file changed
.github/workflows/docs-deploy.yml
@@ -77,7 +77,7 @@ jobs:
77
include-prerelease: true
78
79
- name: 🛠️ Building bUnit
80
- run: dotnet build bUnit.sln /p:PublicRelease=true
+ run: dotnet build /p:PublicRelease=true
81
82
- name: 🛠️ Verfiy docs samples
83
run: dotnet test docs/samples/samples.sln
0 commit comments