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

Commit a39f95f

Browse files
committed
Fix issue with signing assemblies from PR. Remove SharpDXSign config from SharpDX.build and setup this from AppVeyor
1 parent ee1a4a2 commit a39f95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build/SharpDX.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<Target Name="Build">
5454
<!--Build all targets / platforms-->
5555
<Exec Command="RMDIR /Q /S $(SharpDXRepo)\Bin"/>
56-
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-Desktop.sln" Properties="Configuration=Release;Platform=Any CPU;SharpDXSign=true"/>
57-
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-StoreApp.sln" Properties="Configuration=Release;Platform=Any CPU;SharpDXSign=true"/>
56+
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-Desktop.sln" Properties="Configuration=Release;Platform=Any CPU"/>
57+
<MSBuild Targets="Clean;Build" Projects="$(SharpDXRepo)\SharpDX-StoreApp.sln" Properties="Configuration=Release;Platform=Any CPU"/>
5858
</Target>
5959

6060
<Target Name="Nuget">

0 commit comments

Comments
 (0)