You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Triggers the workflow on push or pull request events.
6
+
push:
7
+
branches: []
8
+
tags:
9
+
- "[0-9]+.[0-9]+.[0-9]+-**"
10
+
11
+
# Allows you to run this workflow manually from the Actions tab
12
+
workflow_dispatch:
13
+
14
+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
+
jobs:
16
+
17
+
# Note: Tagging will push the nupackage to the GitHub NuGet registry using the provided NUGETAPIKEY_GITHUB (Personal Access Token). You can tag both a prerelease version (a.b.c-xxxx) or a stable release (a.b.c).
0 commit comments