Skip to content

Readme Update

Readme Update #7

name: Betalgo.Ranul.Anthropic Build And Deploy
on:
push:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Clean
run: dotnet clean
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: publish Anthropic
id: publish_nuget_Anthropic
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: Anthropic\Anthropic.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
INCLUDE_SYMBOLS: true
PACKAGE_NAME: Betalgo.Ranul.Anthropic