File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
outputs :
16
16
version : ${{ steps.gitversion.outputs.majorMinorPatch }}
17
- versionSuffix : ${{ steps.gitversion.outputs.PreReleaseTag }}
17
+ versionSuffix : ${{ steps.gitversion.outputs.preReleaseTag }}
18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
with :
30
30
with :
31
31
useConfigFile : true
32
32
configFilePath : ./.gitversion/version.yml
33
- - run : ' echo FullSemVer: ${{ env.fullSemVer }}'
34
- - run : ' echo FullSemVer: ${{ env.majorMinorPatch }}'
35
33
36
34
build :
37
35
name : Build with .NET ${{ vars.DOTNET_VERSION }}
42
40
versionSuffix : ${{ needs.version.outputs.versionSuffix }}
43
41
steps :
44
42
- uses : actions/checkout@v3
43
+ - run : ' echo version: ${{ env.version }}'
44
+ - run : ' echo versionSuffix: ${{ env.versionSuffix }}'
45
45
- name : Install .NET ${{ vars.DOTNET_VERSION }}
46
46
uses : actions/setup-dotnet@v4
47
47
with :
You can’t perform that action at this time.
0 commit comments