-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yml
More file actions
22 lines (19 loc) · 698 Bytes
/
action.yml
File metadata and controls
22 lines (19 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: AssemblyInfo Version
author: Jason Davis
description: Get the version from AssemblyInfo files in older style Visual Studio projects
inputs:
AI_PATH:
description: Filepath of the AssemblyInfo.cs file, relative to root of repository
required: true
VER_PLACES :
description: Number of places of the version number to return (Major.Minor.Build.Revision). 1 for Major, 2 for Major.Minor, 3 for Major.Minor.Build, 4 for Major.Minor.Build.Revision.
required: false
outputs:
ASSEMBLY_VERSION:
description: AssemblyVersion in the AssemblyInfo file
runs:
using: node12
main: index.js
branding:
icon: activity
color: gray-dark