File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ before_install:
16
16
sudo apt-get install libunwind8;
17
17
fi
18
18
install :
19
- - git clone --single-branch -b 2.0.0 https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
19
+ - git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
20
20
- pushd build
21
21
- bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
22
22
- popd
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ environment:
13
13
DOTNET_CLI_TELEMETRY_OPTOUT : true # Don't send telemetry
14
14
15
15
install :
16
- - git clone --single-branch -b 2.0.0 https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
16
+ - git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
17
17
- ps : Install-Product node '6.9.2'
18
18
- ps : |
19
19
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
You can’t perform that action at this time.
0 commit comments