File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : PSModule/Build-PSModule@672aaa7a91a379c4c6cd14494d03ab5e87e13c52 # v5.0.0
3434 with :
3535 Name : ${{ fromJson(inputs.Settings).Name }}
36- Version : ${{ fromJson(inputs.Settings).Module.Version != '' && fromJson(inputs.Settings).Module.Version || '0 .0.0' }}
36+ Version : ${{ fromJson(inputs.Settings).Module.Version != '' && fromJson(inputs.Settings).Module.Version || '999 .0.0' }}
3737 Prerelease : ${{ fromJson(inputs.Settings).Module.Prerelease }}
3838 ArtifactName : ${{ inputs.ArtifactName }}
3939 WorkingDirectory : ${{ fromJson(inputs.Settings).WorkingDirectory }}
Original file line number Diff line number Diff line change 8282 WorkingDirectory : ${{ fromJson(inputs.Settings).WorkingDirectory }}
8383 Prescript : | # This is to speed up module loading in Pester.
8484 Install-PSResource -Repository PSGallery -TrustRepository -Name PSCustomObject
85- Import-Module -Name '${{ steps.import-module.outputs.name }}' -RequiredVersion ${{ fromJson(inputs.Settings).Module.Version }}
85+ Import-Module -Name '${{ steps.import-module.outputs.name }}' -RequiredVersion ' ${{ fromJson(inputs.Settings).Module.Version }}'
You can’t perform that action at this time.
0 commit comments