From 5dfe3dc0db51624082d20a31767c5a6aa774749d Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 15 Sep 2023 12:09:17 -0400 Subject: ci pipeline for complete builds --- ci/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ci/package.json (limited to 'ci/package.json') diff --git a/ci/package.json b/ci/package.json new file mode 100644 index 0000000..d899975 --- /dev/null +++ b/ci/package.json @@ -0,0 +1,10 @@ +{ + "name": "Full-Package", + "version": "0.1.0", + "type": "module", + "copyright": "Copyright \u00A9 2023 Vaughn Nugent", + "author": "Vaughn Nugent", + "description": "The project contains a ready-to-run, CMNext admin server installation for Windows, Linux, and MacOS for .NET/6.0 Runtime.", + "repository": "https://github.com/VnUgE/CMNext/tree/master/ci", + "output_dir": "bin" +} \ No newline at end of file -- cgit