Skip to content

Commit

Permalink
Do a publish as part of the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn committed Jun 6, 2015
1 parent ac55ab9 commit 92f2c32
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4,852 deletions.
Binary file added .nuget/nuget.exe
Binary file not shown.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
language: CSharp
install:
- echo "deb http://download.mono-project.com/repo/debian nightly main" | sudo tee /etc/apt/sources.list.d/mono-nightly.list
- sudo apt-get update
- sudo apt-get install mono-complete
- mono --version
mono: latest
script:
- ./build.sh --quiet verify
- ./build.sh --quiet verify
4 changes: 3 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -arch x86

:run
CALL packages\KoreBuild\build\dnvm use default -runtime CLR -arch x86
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*

CALL packages\KoreBuild\build\dnu publish src/JabbR --no-source --out artifacts/build/jabbr --runtime active
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ if ! type dnx > /dev/null 2>&1; then
dnvm upgrade
fi

mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"

dnu publish src/JabbR --no-source --out artifacts/build/jabbr --runtime active
Loading

0 comments on commit 92f2c32

Please sign in to comment.