mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
Remove Dotnet.ps1 post-generation script (#4585)
This commit is contained in:
committed by
GitHub
parent
120fc45b76
commit
acc3d7cc0d
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user