Skip to content

Empty commit to test CI #42

Empty commit to test CI

Empty commit to test CI #42

Workflow file for this run

name: Build and deploy to NuGet
on: push
jobs:
build_and_deploy:
env:
BASE_VERSION: 0.98.0
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
shell: cmd
run: |
dotnet build -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}}