Browse Source

More tweaking for AppVeyor to make it able to output a usable ZIP

pull/1/head
Anairkoen Schno 5 years ago
parent
commit
963e16f781
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      IPA/IPA.csproj
  2. +1
    -1
      appveyor.yml

+ 1
- 1
IPA/IPA.csproj View File

@ -152,9 +152,9 @@
<ItemGroup>
<BadFiles Include="$(OutputPath)*.dll" />
<BadFiles Include="$(OutputPath)**\*.pdb" Condition="'$(Configuration)'=='Release' Or '$(Configuration)'=='Verbose_Release'" />
<!-- Kill the Mono.Cecil stuff that get put in the root, don't want to dupe it -->
</ItemGroup>
<Delete Files="@(BadFiles)" />
<RemoveDir Directories="$(OutputPath)Libraries\" />
</Target>
<PropertyGroup>
<PostBuildEvent>


+ 1
- 1
appveyor.yml View File

@ -12,5 +12,5 @@ cache:
artifacts:
- path: IPA/bin/$(configuration)
build:
verbosity: minimal
verbosity: normal
project: BSIPA.sln

Loading…
Cancel
Save