File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Format NuGet version
3737 run : |
38- nugetVersion="${{ steps.gitversion.outputs.NuGetVersion }}"
39- nugetVersion="${nugetVersion//-/.}"
40- echo "nugetVersion=$nugetVersion" >> $GITHUB_OUTPUT
38+ nugetVersion="${{ steps.gitversion.outputs.majorMinorPatch }}${{steps.gitversion.outputs.buildMetaData}}"
39+ echo "packageVersion=$packageVersion" >> $GITHUB_OUTPUT
4140 id : formatversion
4241
4342 - name : Display GitVersion outputs
4645 echo "AssemblyVersion: ${{ steps.gitversion.outputs.assemblySemVer }}"
4746 echo "FileVersion: ${{ steps.gitversion.outputs.assemblySemFileVer }}"
4847 echo "NuGet Version: ${{ steps.gitversion.outputs.fullSemVer }}"
49- echo "NuGet Version: ${{ steps.formatversion.outputs.nugetVersion }}"
48+ echo "Package Version: ${{ steps.formatversion.outputs.packageVersion }}"
5049
5150 - name : Setup .NET
5251 uses : actions/setup-dotnet@v5
You can’t perform that action at this time.
0 commit comments