File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
assembly-informational-version :
10
10
description : ' Assembly informational version.'
11
11
required : true
12
- assembly- file-version :
12
+ file-version :
13
13
description : ' Assembly file version.'
14
14
required : true
15
15
treat-warnins-as-error :
@@ -28,10 +28,10 @@ inputs:
28
28
description : ' Build platform. Deafult: Any CPU'
29
29
required : false
30
30
default : ' Any CPU'
31
- build-glob-pattern :
31
+ build-project- glob-pattern :
32
32
description : ' Search pattern for source code. Default: **/*.csproj'
33
33
required : false
34
- default : ' **/*.csproj'
34
+ default : **/*.csproj
35
35
upload-build-artifacts :
36
36
description : ' Upload build artifacts, Default: true'
37
37
required : false
65
65
66
66
- name : ' Build with .NET CLI'
67
67
shell : bash
68
- run : dotnet build ${{ inputs.search- pattern }} --configuration ${{ inputs.build-configuration }} /p:Platform="${{ inputs.build-platform }}" /p:Version=${{ inputs.assembly-version }} /p:AssemblyInformationalVersion=${{ inputs.assembly-- informational-version }} /p:FileVersion=${{ inputs.assembly- file-version }}
68
+ run : dotnet build ${{ inputs.build-project-glob- pattern }} --configuration ${{ inputs.build-configuration }} /p:Platform="${{ inputs.build-platform }}" /p:Version=${{ inputs.assembly-version }} /p:AssemblyInformationalVersion=${{ inputs.assembly-informational-version }} /p:FileVersion=${{ inputs.file-version }}
69
69
70
70
- name : ' Upload build artifacts'
71
71
if : ${{ inputs.upload-build-artifacts == 'true' }}
You can’t perform that action at this time.
0 commit comments