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 d25dbe9 commit defb0aeCopy full SHA for defb0ae
.github/workflows/dotnet.yml
@@ -70,9 +70,9 @@ jobs:
70
- uses: actions/checkout@v4
71
- uses: ./.github/actions/build
72
with:
73
- assembly-version: ${{ needs.versioning.outputs.ASSEMBLY_VERSION }}
74
- assembly-informational-version: ${{ needs.versioning.outputs.ASSEMBLY_INFORMATIONAL_VERSION }}
75
- assembly-file-version: ${{ needs.versioning.outputs.FILE_VERSION }}
+ assembly-version: ${{ env.ASSEMBLY_VERSION }}
+ assembly-informational-version: ${{ env.ASSEMBLY_INFORMATIONAL_VERSION }}
+ assembly-file-version: ${{ env.FILE_VERSION }}
76
build-glob-pattern: ${{ vars.BUILD_DEFAULT_GLOB_PATTERN }}
77
# - name: Setup .NET ${{ env.dotnet-sdk-version }}
78
# uses: actions/setup-dotnet@v4
0 commit comments