change build scripts to work with TeamCity

This commit is contained in:
Owen Quinlan 2021-11-19 23:18:31 +11:00
parent 55a1d48824
commit 5547316ff3

View file

@ -9,7 +9,7 @@
To run the go versions all you need to do is download the executable for your platform and run it from the terminal/powershell: To run the go versions all you need to do is download the executable for your platform and run it from the terminal/powershell:
```bash ```bash
./IdParser[.exe] -i [Path to folder/file] -o [Path to output .csv (Defaults to ./out.csv)] ./ParseIDs[.exe] -i [Path to folder/file] -o [Path to output .csv (Defaults to ./out.csv)]
``` ```
Use the same output between multiple runs works and takes into account old data to ensure no dupes Use the same output between multiple runs works and takes into account old data to ensure no dupes