create-nuget-package.bat 206 B

12345
  1. @echo off
  2. rem We're not really on AppVeyor but this disables the Cassandra node requirement
  3. set APPVEYOR=True
  4. powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target Nuget
  5. pause