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
/
dotnetpackwebapp.template.bat
3 lines
86 B
Raw
Normal View
History
Unescape
Escape
Fixed msdeploy invocation
8 years ago
msdeploy -verb:sync -source:package=
"
{{{package}}}
"
-dest:iisApp=
"
{{{iisApp}}}
"
Implemented dotnetpackwebapp task
11 years ago
pause