Skip to content

Temporarily switch github actions to nuget packaging branch #40

Temporarily switch github actions to nuget packaging branch

Temporarily switch github actions to nuget packaging branch #40

name: Build and publish new release
on:
push:
branches: [ "feature/nuget-org-packaging" ]
jobs:
build:
uses: ./.github/workflows/_dotnet-build-template.yml
secrets: inherit
with:
configuration: Release
solution: Holos.sln
filename: Holos4-lib
nuget:
needs: build
uses: ./.github/workflows/_dotnet-nuget-template.yml
secrets: inherit
with:
configuration: Release
publish:
needs: build
uses: ./.github/workflows/_dotnet-publish-template.yml
secrets: inherit
with:
filename: Holos4-lib