Skip to content

Commit

Permalink
Merge pull request #6 from bokobza/master
Browse files Browse the repository at this point in the history
Changed the daemon to be Breeze.Daemon
  • Loading branch information
bokobza committed Dec 6, 2017
2 parents 2356259 + e18753b commit 1732dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -89,7 +89,7 @@ before_build:
build_script:
- ps: |
Write-Host "$env:log_prefix running 'dotnet publish'" -foregroundcolor "magenta"
cd $env:APPVEYOR_BUILD_FOLDER/StratisBitcoinFullNode/Stratis.BreezeD
cd $env:APPVEYOR_BUILD_FOLDER/Breeze/src/Breeze.Daemon
dotnet publish -c $env:configuration -v m -r $env:win_runtime -o $env:APPVEYOR_BUILD_FOLDER\Breeze.UI\daemon
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Expand Up @@ -47,11 +47,11 @@ echo $log_prefix FINISHED restoring dotnet and npm packages

# dotnet publish
echo $log_prefix running 'dotnet publish'
cd $TRAVIS_BUILD_DIR/StratisBitcoinFullNode/Stratis.BreezeD
cd $TRAVIS_BUILD_DIR/Breeze/src/Breeze.Daemon
dotnet publish -c $configuration -r $TRAVIS_OS_NAME-$arch -v m -o $TRAVIS_BUILD_DIR/Breeze.UI/daemon

echo $log_prefix chmoding the Stratis.BreezeD file
chmod +x $TRAVIS_BUILD_DIR/Breeze.UI/daemon/Stratis.BreezeD
echo $log_prefix chmoding the Breeze.Daemon file
chmod +x $TRAVIS_BUILD_DIR/Breeze.UI/daemon/Breeze.Daemon

# node Build
cd $TRAVIS_BUILD_DIR/Breeze.UI
Expand Down

0 comments on commit 1732dcd

Please sign in to comment.