Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 21, 2023
1 parent ae52c14 commit 294e8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ image:
# scripts to run before build
before_build:
- cd src
# - dotnet restore
- dotnet restore

build_script:
- # Install Linux build-dependencies
- sh: sudo apt-get update && sudo apt-get -y install dotnet-sdk-6.0 git cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev
- sh: sudo apt-get update && sudo apt-get -y install cmake build-essential libssl-dev pkg-config libboost-all-dev libsodium-dev libzmq5 libgmp-dev
- # Publish
- cd Miningcore
- dotnet publish -c Release --framework net6.0
Expand Down

0 comments on commit 294e8dc

Please sign in to comment.