File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ inputs:
2828 description : ' Build platform. Deafult: '' Any CPU'' '
2929 required : false
3030 default : ' Any CPU'
31- build-project -glob-pattern :
31+ search -glob-pattern :
3232 description : ' Search pattern for source code. Default: **/*.csproj'
3333 required : false
3434 default : |
6666
6767 - name : ' Build with .NET CLI'
6868 shell : bash
69- 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+ run : dotnet build ${{ inputs.search -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 }}
7070
7171 - name : ' Upload build artifacts'
7272 if : ${{ inputs.upload-build-artifacts == 'true' }}
Original file line number Diff line number Diff line change 8080 assembly-informational-version : ${{ env.assembly-informational-version }}
8181 file-version : ${{ env.file-version }}
8282 treat-warnins-as-error : ${{ env.is-release }}
83- build -glob-pattern : ${{ vars.SRC_DEFAULT_GLOB_PATTERN }}
83+ search -glob-pattern : ${{ vars.SRC_DEFAULT_GLOB_PATTERN }}
8484
8585 test :
8686 name : Test with .NET
You can’t perform that action at this time.
0 commit comments