Skip to content

Commit 620be62

Browse files
mthalmanbrentschmaltz
authored andcommitted
Fix casing of Properties directory in updateAssemblyInfo.ps1 script
1 parent e1c6c2a commit 620be62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updateAssemblyInfo.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Set-Content $versionPath $version
6262
foreach($project in $buildConfiguration.SelectNodes("root/projects/src/project"))
6363
{
6464
$name = $project.name
65-
$assemblyInfoPath = "$root\src\$name\properties\AssemblyInfo.cs"
65+
$assemblyInfoPath = "$root\src\$name\Properties\AssemblyInfo.cs"
6666
Write-Host "assemblyInfoPath: " $assemblyInfoPath
6767

6868
$assemblyInfo = Get-Content $assemblyInfoPath

0 commit comments

Comments
 (0)