Skip to content

Fix BASE_VERSION to be based on 3 numbers #3

Fix BASE_VERSION to be based on 3 numbers

Fix BASE_VERSION to be based on 3 numbers #3

Workflow file for this run

name: ci
on: push
jobs:
build_and_deploy:
env:
BASE_VERSION: 0.95.0
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
dotnet build Nethereum.sln -p:Configuration=Release
- name: Package and upload
run: |
git clone https://github.com/nblockchain/fsx
fsx\Tools\fsi.bat fsx\Tools\nugetPush.fsx $env:BASE_VERSION ${{secrets.NUGET_API_KEY}}