Skip to content

Commit

Permalink
Merge pull request #73 from nowsprinting/chore/utf_stable
Browse files Browse the repository at this point in the history
Add `@stable` virtual dist-tag when installing test-framework package
  • Loading branch information
asurato authored Oct 3, 2024
2 parents ebb691a + 3fa514a commit 5ac3c66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ create_project:
-createProject $(PROJECT_HOME) \
-batchmode \
-quit
touch UnityProject~/Assets/.gitkeep
openupm -c $(PROJECT_HOME) add -f com.unity.test-framework
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
openupm -c $(PROJECT_HOME) add -f com.nowsprinting.test-helper.random
openupm -c $(PROJECT_HOME) add -ft $(PACKAGE_NAME)@file:../../
touch $(PROJECT_HOME)/Assets/.gitkeep
openupm add -c $(PROJECT_HOME) -f com.unity.test-framework@stable
openupm add -c $(PROJECT_HOME) -f com.unity.testtools.codecoverage
openupm add -c $(PROJECT_HOME) -f com.cysharp.unitask
openupm add -c $(PROJECT_HOME) -f com.nowsprinting.test-helper.monkey
openupm add -c $(PROJECT_HOME) -f com.nowsprinting.test-helper.random
openupm add -c $(PROJECT_HOME) -ft $(PACKAGE_NAME)@file:../../

.PHONY: remove_project
remove_project:
Expand Down

0 comments on commit 5ac3c66

Please sign in to comment.