mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-29 12:06:07 +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:
|
csproj-file:
|
||||||
type: string
|
type: string
|
||||||
default: "Lansweeper.SMBLibrary.csproj"
|
default: "SMBLibrary.csproj"
|
||||||
|
|
||||||
git-primary-branch:
|
git-primary-branch:
|
||||||
type: string
|
type: string
|
||||||
|
@ -97,15 +97,6 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
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:
|
ci_and_release_primary_branch:
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lansweeper.smblibrary",
|
"name": "lansweeper.smblibrary",
|
||||||
"version": "1.0.0",
|
"version": "1.4.7",
|
||||||
"private": true,
|
"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. ",
|
"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": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue