Skip to content

Commit 31dd24c

Browse files
Robert Holtrjmholt
Robert Holt
authored andcommitted
Update build for v2 branch
1 parent 2bd9acd commit 31dd24c

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
sudo apt-get install libunwind8;
1717
fi
1818
install:
19-
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
19+
- git clone --single-branch -b 2.0.0 https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
2020
- pushd build
2121
- bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)
2222
- popd

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
DOTNET_CLI_TELEMETRY_OPTOUT: true # Don't send telemetry
1414

1515
install:
16-
- git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
16+
- git clone --single-branch -b 2.0.0 https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
1717
- ps: Install-Product node '6.9.2'
1818
- ps: |
1919
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psvsix.zip

6.08 MB
Binary file not shown.

vscode-powershell.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ task GetExtensionVersion -Before Package {
3636
}
3737
}
3838

39-
task ResolveEditorServicesPath -Before CleanEditorServices, BuildEditorServices {
39+
task ResolveEditorServicesPath -Before CleanEditorServices, BuildEditorServices, Package {
4040

4141
$script:psesRepoPath = `
4242
if ($EditorServicesRepoPath) {

0 commit comments

Comments
 (0)