Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Fix issue with signing assemblies from PR. Remove SharpDXSign config …
Browse files Browse the repository at this point in the history
…from SharpDX.build and setup this from AppVeyor
  • Loading branch information
xoofx committed Jun 2, 2016
1 parent ee1a4a2 commit a39f95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/SharpDX.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<Target Name="Build">
<!--Build all targets / platforms-->
<Exec Command="RMDIR /Q /S $(SharpDXRepo)\Bin"/>
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-Desktop.sln" Properties="Configuration=Release;Platform=Any CPU;SharpDXSign=true"/>
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-StoreApp.sln" Properties="Configuration=Release;Platform=Any CPU;SharpDXSign=true"/>
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-Desktop.sln" Properties="Configuration=Release;Platform=Any CPU"/>
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-StoreApp.sln" Properties="Configuration=Release;Platform=Any CPU"/>
</Target>

<Target Name="Nuget">
Expand Down

0 comments on commit a39f95f

Please sign in to comment.