File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 pull_request :
66
7+ concurrency :
8+ group : ${{ github.head_ref || github.ref }}
9+ cancel-in-progress : true
10+
711env :
812 DOTNET_NOLOGO : 1
913 DOTNET_CLI_TELEMETRY_OPTOUT : 1
Original file line number Diff line number Diff line change 55 types :
66 - published
77
8+ concurrency :
9+ group : ${{ github.head_ref || github.ref }}
10+ cancel-in-progress : true
11+
812jobs :
913 build_and_publish :
1014 name : Build and publish
1822 id : package_version
1923 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2024
25+ - name : Check nuget version availability
26+ uses : e-conomic/github-actions/nuget-version-check@v46
27+ with :
28+ name : " Rebus.Datadog.Tracing"
29+ version : ${{ steps.package_version.outputs.VERSION }}
30+
2131 - name : Setup .NET
2232 uses : actions/setup-dotnet@v4
2333 with :
You can’t perform that action at this time.
0 commit comments