We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1dfe2 commit 4dbb6aeCopy full SHA for 4dbb6ae
.github/workflows/keyfactor-extension-release.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Increment Assembly Version
81
run: |
82
$VersionRegex = "\d+\.\d+\.\d+"
83
- $assemlyFilePath = (Get-ChildItem -Include AssemblyInfo.cs -File -Recurse).fullname
+ $assemlyFilePath = (Get-ChildItem -Include AssemblyInfo.cs -File -Recurse -Path .\IISWithBindings\).fullname
84
$filecontent = Get-Content($assemlyFilePath)
85
$newVer = "${{ steps.create_release.outputs.current_tag }}".TrimStart('v')
86
attrib $assemlyFilePath -r
0 commit comments