Skip to content

types: fix crash when extending a type graph #11

types: fix crash when extending a type graph

types: fix crash when extending a type graph #11

name: Publish Snapshot to NuGet
# ONLY push, not PRs.
# ONLY main, not release branch.
on:
push:
branches: [ "main" ]
jobs:
publish-snapshot:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Publish Snapshot to NuGet
env:
NugetKey: ${{ secrets.NUGETKEY }}
shell: pwsh
run: |
.\Tool\Publish-Solution.ps1 -Snapshot -NugetKey "$env:NugetKey"