This website works better with JavaScript.
Explore
Help
Sign In
inga-lovinde
/
micro-build-server
Watch
1
Star
0
Fork
You've already forked micro-build-server
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
Build server prototype (integration with GitHub / NuGet / etc)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
247
Commits
2
Branches
0
Tags
1.3 MiB
Tag:
Branch:
Tree:
fed4b24322
dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fed4b24322'
${ noResults }
micro-build-server
/
BuildServer
/
lib
/
tasks
/
noop.ts
4 lines
81 B
Raw
Normal View
History
Unescape
Escape
Initial working version
8 years ago
"use strict"
;
Refactoring; typing in tasks
8 years ago
export
default
(
(
params
,
processor
)
=
>
processor
.
done
(
)
)
as
Task
;