Skip to content

Release 25.4 (#105) #146

Release 25.4 (#105)

Release 25.4 (#105) #146

Workflow file for this run

name: Pack into Nuget package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pack-nuget:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile