mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-27 03:08:15 +02:00
fix: added circleci build
This commit is contained in:
parent
d0aef4212c
commit
815ec38d19
2 changed files with 2 additions and 11 deletions
|
@ -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:
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue