File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: 'Setup WSL'
22description : ' Sets up WSL for the current Windows VM'
33author : ' Angular'
44
5+ inputs :
6+ wsl_firewall_interface :
7+ description : Interface alias for the WSL firewall.
8+ default : ' vEthernet (WSL)'
9+ required : false
10+
511outputs :
612 cmd_path :
713 description : WSL unix path pointing to `cmd.exe` of the host system.
7076
7177 - name : Disable WSL <> Host virtual network firewall (to allow for testing)
7278 shell : powershell
73- run : Set-NetFirewallProfile -Profile Public -DisabledInterfaceAliases "vEthernet (WSL) "
79+ run : Set-NetFirewallProfile -Profile Public -DisabledInterfaceAliases "${{inputs.wsl_firewall_interface}} "
7480
7581 - name : Create link to WSL drive
7682 shell : powershell
You can’t perform that action at this time.
0 commit comments