Remove Dotnet.ps1 post-generation script (#4585)

This commit is contained in:
Aleksandr Chebotov
2021-11-26 10:41:26 +03:00
committed by GitHub
parent 120fc45b76
commit acc3d7cc0d
4 changed files with 108 additions and 15 deletions

View File

@@ -8,12 +8,19 @@ param()
. $PSScriptRoot\VisualStudioHelpers.ps1
Export-ModuleMember -Function @(
'Connect-Hive'
'Disconnect-Hive'
'Test-MachinePath'
'Get-MachinePath'
'Get-DefaultPath'
'Set-MachinePath'
'Set-DefaultPath'
'Add-MachinePathItem'
'Add-DefaultPathItem'
'Get-SystemVariable'
'Get-DefaultVariable'
'Set-SystemVariable'
'Set-DefaultVariable'
'Install-Binary'
'Install-VisualStudio'
'Get-ToolsetContent'