fix: added circleci build

This commit is contained in:
Jeroen Savat 2021-04-01 09:36:30 +02:00
parent d0aef4212c
commit 815ec38d19
2 changed files with 2 additions and 11 deletions

View file

@ -7,7 +7,7 @@ parameters:
csproj-file:
type: string
default: "Lansweeper.SMBLibrary.csproj"
default: "SMBLibrary.csproj"
git-primary-branch:
type: string
@ -97,15 +97,6 @@ jobs:
workflows:
version: 2
ci_on_pr:
jobs:
- build:
context:
- lec-github-packages-rw
filters:
branches:
ignore: << pipeline.parameters.git-primary-branch >>
ci_and_release_primary_branch:
jobs:
- build:

View file

@ -1,6 +1,6 @@
{
"name": "lansweeper.smblibrary",
"version": "1.0.0",
"version": "1.4.7",
"private": true,
"description": "SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation. ",
"scripts": {