Skip to content

Commit

Permalink
Sync tools folder from main branch to generation branch (#25294)
Browse files Browse the repository at this point in the history
Co-authored-by: azurepowershell <[email protected]>
  • Loading branch information
azure-powershell-bot and azurepowershell authored Jun 17, 2024
1 parent ad7b7a7 commit a73a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Docs/GenerateDotNetCsv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for ($index = 0; $index -lt $modules.Count; $index++){
$dotnetCsvLine = ""
switch ($SourceType) {
"sa" {
$dotnetCsvLine = "pac$index,[ps=true;customSource=$CustomSource/$moduleName.$moduleVersion.nupkg;sourceType=$SourceType]$moduleName,$moduleVersion`n"
$dotnetCsvLine = "pac$index,[ps=true;customSource=$CustomSource/$moduleName.$moduleVersion.zip;sourceType=$SourceType]$moduleName,$moduleVersion`n"
break
}
Default {
Expand Down

0 comments on commit a73a427

Please sign in to comment.