Ready to clone and code.

This commit is contained in:
simon
2024-11-27 18:36:48 +00:00
committed by github-actions[bot]
parent d0bb5584bb
commit 1c56195d78
15 changed files with 29 additions and 30 deletions

View File

@@ -16,10 +16,10 @@ echo "Description: $description";
echo "Renaming project..."
original_author="author_name"
original_name="project_name"
original_urlname="project_urlname"
original_description="project_description"
original_author="Projects"
original_name="DotnetTestExe"
original_urlname="DotnetTestExe"
original_description="Awesome DotnetTestExe created by Projects"
# for filename in $(find . -name "*.*")
for filename in $(git ls-files)
do
@@ -30,11 +30,11 @@ do
echo "Renamed $filename"
done
mv project_name $name
mv project_name.Tests $name.Tests
mv project_name.sln $name.sln
mv $name/project_name.csproj $name/$name.csproj
mv $name.Tests/project_name.Tests.csproj $name.Tests/$name.Tests.csproj
mv DotnetTestExe $name
mv DotnetTestExe.Tests $name.Tests
mv DotnetTestExe.sln $name.sln
mv $name/DotnetTestExe.csproj $name/$name.csproj
mv $name.Tests/DotnetTestExe.Tests.csproj $name.Tests/$name.Tests.csproj
# This command runs only once on GHA!
rm -rf .gitea/template.yml