Родитель
fddc7647a1
Коммит
b6b9a886f0
|
@ -76,4 +76,4 @@ runs:
|
|||
shell: pwsh
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |-
|
||||
${{ github.action_path }}powershell.ps1 -InputType '${{ inputs.inputType }}' -InputPath '${{ inputs.inputPath }}' -Modules '${{ inputs.modules }}' -Source '${{ inputs.source }}' -Baseline '${{ inputs.baseline }}' -Conventions '${{ inputs.conventions }}' -OutputFormat '${{ inputs.outputFormat }}' -OutputPath '${{ inputs.outputPath }}' -Path '${{ inputs.path }}' -PreRelease '${{ inputs.prerelease }}' -Repository '${{ inputs.repository }}' -Version '${{ inputs.version }}'
|
||||
${{ github.action_path }}/powershell.ps1 -InputType '${{ inputs.inputType }}' -InputPath '${{ inputs.inputPath }}' -Modules '${{ inputs.modules }}' -Source '${{ inputs.source }}' -Baseline '${{ inputs.baseline }}' -Conventions '${{ inputs.conventions }}' -OutputFormat '${{ inputs.outputFormat }}' -OutputPath '${{ inputs.outputPath }}' -Path '${{ inputs.path }}' -PreRelease '${{ inputs.prerelease }}' -Repository '${{ inputs.repository }}' -Version '${{ inputs.version }}'
|
||||
|
|
|
@ -28,6 +28,7 @@ What's changed since v1.12.0:
|
|||
- See the [change log](https://microsoft.github.io/PSRule/latest/CHANGELOG-v1/#v1111)
|
||||
- Bug fixes:
|
||||
- Fixed import of pre-release version. [#138](https://github.com/microsoft/ps-rule/issues/138)
|
||||
- Fixed path issue for running out of repo. [#150](https://github.com/microsoft/ps-rule/issues/150)
|
||||
|
||||
## v1.12.0
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче