Skip to content

Commit

Permalink
Remove iss setup from kalk
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Nov 14, 2022
1 parent f27cd5c commit c4e7d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kalk.ConsoleApp/Kalk.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<ProjectReference Include="..\Kalk.Core\Kalk.Core.csproj" />
</ItemGroup>

<Target Name="CreateSetup" AfterTargets="Publish">
<!--<Target Name="CreateSetup" AfterTargets="Publish">
<PropertyGroup>
<PublishDirFullPath>$([System.IO.Path]::GetFullPath('$(PublishDir)'))</PublishDirFullPath>
<PublishSetupName>$(AssemblyName).$(PackageVersion).$(RuntimeIdentifier).setup</PublishSetupName>
<PublishPackagePath>$([System.IO.Path]::GetFullPath('$(PublishDirFullPath)..\'))</PublishPackagePath>
</PropertyGroup>
<Exec Command="iscc.exe /DMyAppVersion=$(PackageVersion) /DMyAppSource=&quot;$(PublishDirFullPath)*&quot; /O&quot;$(PublishPackagePath)&quot; /F$(PublishSetupName) kalk-setup.iss" WorkingDirectory="$(MSBuildThisFileDirectory)" />
</Target>
</Target>-->
</Project>

0 comments on commit c4e7d49

Please sign in to comment.