Skip to content

fixes #161 - writing CSV with autoquote enabled should quote strings … #121

fixes #161 - writing CSV with autoquote enabled should quote strings …

fixes #161 - writing CSV with autoquote enabled should quote strings … #121

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
windows-build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
- name: Build Windows
shell: cmd
run: .\winmake.bat all