Added logging.
This commit is contained in:
@@ -47,6 +47,11 @@ runs:
|
||||
- name: "Build the pack command."
|
||||
id: command
|
||||
run: |
|
||||
NAME="Dotnet Pack"
|
||||
echo "::group::$NAME - Inputs"
|
||||
echo "${{ toJSON(inputs) }}"
|
||||
echo "::endgroup::"
|
||||
|
||||
#https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/versioning
|
||||
MMP_VERSION="${{ steps.version.outputs.major || 0 }}.${{ steps.version.outputs.minor || 0 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user