Skip to content

Commit 0ece037

Browse files
authored
Repository - Hide tools folder (#654)
* Hide Tools folder so it doesn't get imported when working with a local repo * Update ignore files * Update paths in scripts * Regenerate CI * Fix typo * Homogeinize with the rest of the file
1 parent a67c93e commit 0ece037

20 files changed

Lines changed: 451 additions & 21 deletions

.Tools/CI/regenerate.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd %~dp0../../
2+
dotnet run --project .Tools/CI/ProBuilder.Cookbook.csproj

.Tools/CI/regenerate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd $(dirname "$0")/../../
2+
dotnet run --project .Tools/CI/ProBuilder.Cookbook.csproj

0 commit comments

Comments
 (0)