We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421005f commit 1739023Copy full SHA for 1739023
Code/EngineOverheat/EngineOverheat.csproj
@@ -87,7 +87,7 @@
87
<ItemGroup />
88
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89
<PropertyGroup>
90
- <PostBuildEvent>set isAppVeyor=APPVEYOR
+ <PostBuildEvent>SET isAppVeyor=%25APPVEYOR%25
91
92
IF NOT "%25isAppVeyor%25" == "True" (
93
xcopy "$(ProjectDir)$(OutDir)*.dll" "g:\GAMES\steamapps\common\Grand Theft Auto V\scripts\" /CY
0 commit comments