Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
2e3d6c03
Unverified
Commit
2e3d6c03
authored
Jan 15, 2018
by
Jeremy Bokobza
Committed by
GitHub
Jan 15, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #386 from bokobza/master
updated SBFN path
parents
aba99eaf
bbf774c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appveyor.yml
appveyor.yml
+1
-1
build.sh
build.sh
+1
-1
No files found.
appveyor.yml
View file @
2e3d6c03
...
...
@@ -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/StratisBitcoinFullNode/
src/
Stratis.BreezeD
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) }
...
...
build.sh
View file @
2e3d6c03
...
...
@@ -47,7 +47,7 @@ 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
/StratisBitcoinFullNode/
src/
Stratis.BreezeD
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment