We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0920b4 commit acdcfc9Copy full SHA for acdcfc9
1 file changed
Makefile
@@ -34,8 +34,7 @@ test: build
34
pack: restore
35
dotnet pack --no-restore --configuration $(CONFIGURATION)
36
37
-generate-docs: restore
38
- dotnet build --no-restore --configuration Release
+generate-docs: build
39
dotnet docfx $(DOCS_PATH)/docfx.json --warningsAsErrors true
40
41
serve-docs: generate-docs
0 commit comments