Reorganized project template files

This commit is contained in:
Arlo Godfrey 2023-02-21 17:15:44 -06:00 коммит произвёл michael-hawker
Родитель 26d8d825cb
Коммит 8143ffe787
19 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,6 @@ Remove-Item -Recurse -Force "$componentPath/$headsFolderName/" -ErrorAction Sile
# Intall our heads as a temporary template
dotnet new --install "$PSScriptRoot/SingleComponent" --force
Write-Host $componentPath;
# We need to copy files and run slngen from the target directory path
Push-Location $componentPath