We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf305f commit 4e60081Copy full SHA for 4e60081
appveyor.yml
@@ -0,0 +1,21 @@
1
+version: '0.9.0.{build}'
2
+image: Visual Studio 2017 RC
3
+clone_depth: 10
4
+skip_tags: true
5
+
6
+branches:
7
+ only:
8
+ - master
9
+ - develop
10
11
+install:
12
+ - git clone https://github.com/PowerShell/PowerShellEditorServices.git ../PowerShellEditorServices
13
+ - ps: |
14
+ Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
15
+ Install-Module InvokeBuild -RequiredVersion 3.2.1 -Scope CurrentUser -Force | Out-Null
16
17
+build_script:
18
+ - ps: Invoke-Build Build
19
20
+# The build script takes care of the tests
21
+test: off
0 commit comments