Updated CI server build commands to produce NuGet packages.
This commit is contained in:
parent
ec8104fbda
commit
e546cae95d
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@ before_install:
|
|||
- chmod +x build.sh
|
||||
|
||||
script:
|
||||
- ./build.sh All
|
||||
- ./build.sh NuGet
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
init:
|
||||
- git config --global core.autocrlf input
|
||||
build_script:
|
||||
- cmd: build.cmd
|
||||
- cmd: build.cmd NuGet
|
||||
test: off
|
||||
version: 0.0.1.{build}
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue