We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0196fb commit 700f080Copy full SHA for 700f080
1 file changed
TimVer/TimVer.csproj
@@ -94,6 +94,8 @@
94
<PropertyGroup>
95
<PowerShellScript>-File "V:\Source\Repos\PublishInnoSetup\PubSetupEx.ps1"</PowerShellScript>
96
<ScriptName>-issScript "$(ProjectDir)Inno_Setup\TimVerEx.iss"</ScriptName>
97
+ <Name>-name "TimVer"</Name>
98
+ <Version>-version $(AssemblyVersion)</Version>
99
</PropertyGroup>
100
101
<!-- This is the framework dependent version -->
@@ -112,7 +114,7 @@
112
114
113
115
116
<!-- Execute the PowerShell script -->
- <Exec Command="pwsh -NoProfile $(PowerShellScript) $(ScriptName) $(PublishDir) $(PubType) " />
117
+ <Exec Command="pwsh -NoProfile $(PowerShellScript) $(ScriptName) $(PublishDir) $(PubType) $(version) $(Name)" />
118
</Target>
119
120
<!-- Remove obj folder after Clean -->
0 commit comments