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.
2 parents 25436ca + 724aa0d commit d7815f8Copy full SHA for d7815f8
appveyor.yml
@@ -2,14 +2,10 @@ version: 1.0.{build}
2
image: Visual Studio 2017
3
configuration: Release
4
platform: Any CPU
5
-environment:
6
- DeployExtension: true
7
init:
8
- git config --global core.autocrlf true
9
install:
10
- nuget restore
11
-- '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" /RootSuffix Exp /ResetSettings General.vssettings /Command File.Exit'
12
-- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe" /RootSuffix Exp /ResetSettings General.vssettings /Command File.Exit'
13
build:
14
verbosity: minimal
15
test_script:
0 commit comments