Browse Source

Build: no longer pause at end of FAKE build (build.cmd)

pull/222/head
Christoph Ruegg 12 years ago
parent
commit
b3ff17adb4
  1. 5
      appveyor.yml
  2. 1
      build.cmd

5
appveyor.yml

@ -1,3 +1,6 @@
os: Windows Server 2012 R2
build_script:
- ps: .\build.cmd Build
- cmd: build.cmd Build
test: off
deploy: off
shallow_clone: true

1
build.cmd

@ -4,4 +4,3 @@ if not exist packages\FAKE\tools\FAKE.exe (
.nuget\NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion
)
packages\FAKE\tools\FAKE.exe build.fsx %*
pause

Loading…
Cancel
Save