We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893e5f5 commit b2a208bCopy full SHA for b2a208b
1 file changed
appveyor.yml
@@ -22,15 +22,15 @@ environment:
22
23
install:
24
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\Install.bat'
25
- - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Install.sh'
+# - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Install.sh'
26
27
build_script:
28
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\Build.bat'
29
- - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Build.sh'
+# - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/Build.sh'
30
31
after_build:
32
- cmd: '%APPVEYOR_BUILD_FOLDER%\.appveyor\AfterBuild.bat'
33
- - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/AfterBuild.sh'
+# - sh: '${APPVEYOR_BUILD_FOLDER}/.appveyor/AfterBuild.sh'
34
35
#cache:
36
# - 'DriverLevelTool\obj\'
0 commit comments