Skip to content

Commit be18175

Browse files
authored
Fix bug in the solution template
1 parent 58cbaad commit be18175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dataverse/templates/pp-solution/.template.scripts/InitializeSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "SolutionLogicalNameExample"
77
Rename-Item -Path .\src -NewName Declarations && Remove-Item .gitignore -Force
88

99
# Find the .cdsproj file and read it as XML
10-
$csproj = Get-ChildItem -Path . -Filter *.cdsproj | Select-Object -First 1https://github.com/TALXIS/tools-devkit-templates/tree/master
10+
$csproj = Get-ChildItem -Path . -Filter *.cdsproj | Select-Object -First 1
1111
[xml]$xml = Get-Content $csproj.FullName -Raw
1212

1313
# Rename the solution component folder in .cdsproj and

0 commit comments

Comments
 (0)