:fire: remove circleci config: it won't be adopted and it fails now
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index fd06574..0000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,17 +0,0 @@
- version: 2.1
-
- orbs:
-  win: circleci/windows@2.2.0
-
- jobs:
-   build:
-     executor: win/default     
-    
-     steps:
-       - checkout
-       - run: npm ci --no-progress
-       - run: npm run dump-env
-       - run: npm test
-       - run: npm run release
-       - store_artifacts:
-           path: build/package/log4net.2.0.9.nupkg