Skip to content

Added AppleBot User-Agent (#64) #109

Added AppleBot User-Agent (#64)

Added AppleBot User-Agent (#64) #109

Workflow file for this run

name: NET
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types: [published]
jobs:
build:
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
with:
configuration: Release
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}