We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df8a49 commit 3db0703Copy full SHA for 3db0703
tools/Gen2Master/MoveFromGeneration2Master.ps1
@@ -142,9 +142,9 @@ Function Move-Generation2Master {
142
dotnet sln $slnFilePath add $_.FullName --solution-folder Accounts
143
}
144
145
- Get-ChildItem -Filter *.csproj -File -Path $DestPath -Recurse | ForEach-Object {
146
- dotnet sln $slnFilePath add $_.FullName
147
- }
+ }
+ Get-ChildItem -Filter *.csproj -File -Path $DestPath -Recurse | ForEach-Object {
+ dotnet sln $slnFilePath add $_.FullName
148
149
150
$Psd1Metadata.RequiredAssemblies = Unique-PathList $Psd1Metadata.RequiredAssemblies
0 commit comments