Skip to content

Commit

Permalink
Fix for $(SolutionDir) being Undefined on build server.
Browse files Browse the repository at this point in the history
  • Loading branch information
maforget committed Jul 2, 2024
1 parent 0340ab4 commit 8613ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ComicRack/ComicRack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>powershell -NoProfile -ExecutionPolicy Bypass -File "$(SolutionDir)CompressIconFolders.ps1" -BaseDirectory "$(TargetDir)"
<PostBuildEvent>powershell -NoProfile -ExecutionPolicy Bypass -File "$(ProjectDir)..\CompressIconFolders.ps1" -BaseDirectory "$(TargetDir)"

if $(ConfigurationName) == Debug Goto :Exit
del /Q *.pdb
Expand Down

0 comments on commit 8613ddd

Please sign in to comment.