Skip to content

Commit 2fa2d7f

Browse files
committed
comments
1 parent 7e1d0ab commit 2fa2d7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/get-nunit-apidocs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# This script gets the
1+
# This script gets the the latest version of NUnit and extracts it. This is because docfx is capable of generating API docs, and this way the Codespace will be automatically enabled to do that.
22

3+
# This is hard-coded for now.
34
NUNIT_VERSION_FOR_API_DOCS="4.0.0"
45

56
first_workspace="$(cd /workspaces && ls | head -1)"

0 commit comments

Comments
 (0)