We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f57bd commit e7b50eaCopy full SHA for e7b50ea
2 files changed
.github/workflows/cicd.yml
@@ -21,7 +21,7 @@ on:
21
jobs:
22
all:
23
name: Build & Tests
24
- uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.0
+ uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.5
25
with:
26
dotnetLogging: ${{ inputs.dotnet-logging }}
27
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
.github/workflows/publish-nuget.yml
@@ -14,7 +14,7 @@ jobs:
14
nuget:
15
name: Publish
16
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
17
- uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.0
+ uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.5
18
19
workflowName: ${{ github.event.workflow_run.name }}
20
artifactPattern: release-packages-*
0 commit comments