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

Commit

Permalink
Try to fix build+pack for signed assemblies (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed May 30, 2017
1 parent 4fabace commit d63cc25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Build/build.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
msbuild SharpDX-Tools.sln /t:Clean;Build /m /p:Configuration=Release;Platform="Any CPU"
msbuild SharpDX-Sources.sln /t:Clean /m /p:Configuration=Release;Platform="Any CPU"
dotnet restore SharpDX-Sources.sln
msbuild SharpDX-Sources.sln /t:Build /m /p:Configuration=Release;Platform="Any CPU"
msbuild SharpDX-Sources.sln /t:Pack /p:NuGetBuildTasksPackTargets="workaround" /m
msbuild SharpDX-Sources.sln /t:Pack /p:Configuration=Release;Platform="Any CPU";NuGetBuildTasksPackTargets="workaround" /m

0 comments on commit d63cc25

Please sign in to comment.