Skip to content

Commit

Permalink
Add @stable virtual dist-tag when installing test-framework package
Browse files Browse the repository at this point in the history
After July 2024, specifying the `@latest` dist-tag (default) will install the test-framework package v2.

`@stable` virtual dist-tag is support from opeupm-cli v4.3.0 or later.
see: openupm/openupm-cli#395
  • Loading branch information
nowsprinting committed Oct 2, 2024
1 parent ebb691a commit fd22388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ create_project:
-batchmode \
-quit
touch UnityProject~/Assets/.gitkeep
openupm -c $(PROJECT_HOME) add -f com.unity.test-framework
openupm -c $(PROJECT_HOME) add -f com.unity.test-framework@stable
openupm -c $(PROJECT_HOME) add -f com.unity.testtools.codecoverage
openupm -c $(PROJECT_HOME) add -f com.cysharp.unitask
openupm -c $(PROJECT_HOME) add -f com.nowsprinting.test-helper.monkey
Expand Down

0 comments on commit fd22388

Please sign in to comment.