File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ entitas::pack() {
207207 log_func
208208 entitas::update
209209 dotnet::rebuild
210- dotnet::tests
210+ nspec::run
211211
212212 utils::clean_dir " ${BUILD_SRC} " " ${BUILD_DIST} "
213213
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22PROJECT=" Entitas"
3- PLUGINS=(changelog dotnet doxygen git github tree utils version)
3+ PLUGINS=(changelog dotnet doxygen git github nspec tree utils version)
44RESOURCES=.bee
55
66source " ${RESOURCES} " /entitas.sh
@@ -11,8 +11,6 @@ CHANGELOG_CHANGES=CHANGES.md
1111
1212# dotnet
1313DOTNET_SOLUTION=" ${PROJECT} .sln"
14- DOTNET_TESTS_PROJECT=Tests/Tests/Tests.csproj
15- DOTNET_TESTS_RUNNER=Tests/Tests/bin/Release/Tests.exe
1614
1715# doxygen => utils version
1816DOXYGEN_EXPORT_PATH=docs
@@ -31,6 +29,10 @@ if [[ -f "${HOME}/.bee/github.sh" ]]; then
3129 source " ${HOME} /.bee/github.sh"
3230fi
3331
32+ # nspec => dotnet
33+ NSPEC_TESTS_PROJECT=Tests/Tests/Tests.csproj
34+ NSPEC_TESTS_RUNNER=Tests/Tests/bin/Release/Tests.exe
35+
3436# tree
3537TREE_IGNORE=" bin|obj|Library|Libraries|*Tests|Readme|ProjectSettings|Build|docs|Temp|Examples|*.csproj|*.meta|*.sln|*.userprefs|*.properties|tree.txt"
3638TREE_PATH=tree.txt
You can’t perform that action at this time.
0 commit comments