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 39dfc37 commit d407526Copy full SHA for d407526
.github/workflows/dotnet.yml
@@ -39,6 +39,9 @@ jobs:
39
runs-on: ubuntu-latest
40
env:
41
ASSEMBLY_VERSION: ${{ needs.version.outputs.ASSEMBLY_VERSION }}
42
+ ASSEMBLY_INFORMATIONAL_VERSION: ${{ needs.version.outputs.ASSEMBLY_INFORMATIONAL_VERSION }}
43
+ FILE_VERSION: ${{ needs.version.outputs.FILE_VERSION }}
44
+ PACKAGE_VERSION: ${{ needs.version.outputs.PACKAGE_VERSION }}
45
steps:
46
- uses: actions/checkout@v3
47
- run: 'echo Assembly Version: ${{ env.ASSEMBLY_VERSION }}'
0 commit comments