File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,14 @@ param (
22 [Parameter (Mandatory = $true )]
33 [string ]
44 $targetDirectory ,
5+ [Parameter (Mandatory = $true )]
56 [string ]
6- $packageName = " @microsoft/agents-m365copilot "
7+ $packageName
78)
89Push-Location $targetDirectory
910
11+ Write-Host " Starting cleaning operation in target directory: $targetDirectory "
12+
1013$kiotaLockFileName = " kiota-lock.json"
1114# Extract folder name from package name (the part after the slash)
1215$folderToClean = $packageName.Split (" /" )[1 ]
Original file line number Diff line number Diff line change 55 [Parameter (Mandatory = $true )]
66 [string ]
77 $sourceDirectory ,
8+ [Parameter (Mandatory = $true )]
89 [string ]
9- $packageName = " @microsoft/copilot-beta-sdk "
10+ $packageName
1011)
1112
1213Write-Host " Path to repo models directory: $targetDirectory "
You can’t perform that action at this time.
0 commit comments