Fix debug
This commit is contained in:
+2
-2
@@ -89,7 +89,7 @@ after_build:
|
||||
|
||||
ren dinput8.dll dnsapi.dll
|
||||
|
||||
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-AppVeyor-Vista.zip *
|
||||
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-AppVeyor-Vista7.zip *
|
||||
|
||||
cd %TMP%\update\
|
||||
|
||||
@@ -97,7 +97,7 @@ after_build:
|
||||
|
||||
ren dinput8.dll dnsapi.dll
|
||||
|
||||
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-Update-AppVeyor-Vista.zip *
|
||||
7z a %APPVEYOR_BUILD_FOLDER%\PD-Loader-%CONFIGURATION%-Update-AppVeyor-Vista7.zip *
|
||||
|
||||
|
||||
artifacts:
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<TargetName>dnsapi</TargetName>
|
||||
<TargetName>dinput8</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
|
||||
Reference in New Issue
Block a user