File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4444 run : |
4545 Set-Location ${{github.action_path}}/
4646 $version = [System.Version]::Parse('${{inputs.build_number}}')
47- ${{github.workspace}}/repo/.github/workflows/Set-Version.ps1 -SourceDirectory '${{github.workspace}}/repo/src/' -Major $version.Major -Minor $version.Minor -Build $version.Build -Revision 0 -SetVersion
47+ & ${{github.workspace}}/repo/.github/workflows/Set-Version.ps1 -SourceDirectory '${{github.workspace}}/repo/src/' -Major $version.Major -Minor $version.Minor -Build $version.Build -Revision 0 -SetVersion
4848
4949 - name : Setup NuGet.exe for use with actions
5050
Original file line number Diff line number Diff line change 1010 inputs :
1111 BuildConfiguration :
1212 description : ' Specifices if a release or debug package should be created.'
13+ type : choice
14+ options : ['release', 'debug']
1315 default : ' release'
14- required : false
1516 IsBetaRelease :
1617 description : ' Specifices if a beta release should be created.'
17- default : ' false '
18- required : false
18+ type : ' boolean '
19+ default : false
1920
2021jobs :
2122 configure :
You can’t perform that action at this time.
0 commit comments