Skip to content

Removed unused constructor #23

Removed unused constructor

Removed unused constructor #23

name: Client lib
on:
# Automatically trigger it when detected changes in repo
push:
branches:
[ main ]
paths:
- 'src/clients/Codebreaker.GameAPIs.Client/**'
- 'src/clients/Codebreaker.GameAPIs.Client.Tests/**'
- 'src/Codebreaker.GameAPIs.Client.sln'
# Allow manually trigger
workflow_dispatch:
jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
with:
version-suffix: preview.1.
version-number: ${{ github.run_number }}
version-offset: 10
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
projectfile-path: src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
dotnet-version: '9.0.x'
artifact-name: codebreaker-clientlib
branch-name: main
publishdevops:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-azuredevops.yml@main
needs: build
with:
artifact-name: codebreaker-clientlib
secrets: inherit
# NuGet publish is now done with codebreaker-lib-stable.yml
# In case a preview version will be published again to NuGet, this can be uncommented.
# publishnuget:
# uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main
# needs: publishdevops
# with:
# artifact-name: codebreaker-clientlib
# secrets: inherit