Skip to content

Cherry pick workflow#17

Merged
HannoZ merged 5 commits into
masterfrom
cherry-pick-workflow
May 17, 2026
Merged

Cherry pick workflow#17
HannoZ merged 5 commits into
masterfrom
cherry-pick-workflow

Conversation

@HannoZ
Copy link
Copy Markdown
Owner

@HannoZ HannoZ commented May 17, 2026

No description provided.

Comment on lines +9 to +26
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Install dependencies
run: dotnet restore ./source/Lexicala.NET.slnx
- name: Build
run: dotnet build ./source/Lexicala.NET.slnx --configuration Release --no-restore
- name: Test
run: dotnet test ./source/Lexicala.NET.slnx --no-restore --verbosity normal
- name: Pack
run: dotnet pack ./source/Lexicala.NET/Lexicala.NET.csproj --configuration Release --no-build --version-suffix "beta.${{ github.run_number }}" --output ./artifacts
- name: Publish to NuGet
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
@HannoZ HannoZ merged commit f3bdefb into master May 17, 2026
6 checks passed
@HannoZ HannoZ deleted the cherry-pick-workflow branch May 17, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants