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

Commit d63cc25

Browse files
committed
Try to fix build+pack for signed assemblies (#912)
1 parent 4fabace commit d63cc25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Build/build.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
msbuild SharpDX-Tools.sln /t:Clean;Build /m /p:Configuration=Release;Platform="Any CPU"
22
msbuild SharpDX-Sources.sln /t:Clean /m /p:Configuration=Release;Platform="Any CPU"
33
dotnet restore SharpDX-Sources.sln
4-
msbuild SharpDX-Sources.sln /t:Build /m /p:Configuration=Release;Platform="Any CPU"
5-
msbuild SharpDX-Sources.sln /t:Pack /p:NuGetBuildTasksPackTargets="workaround" /m
4+
msbuild SharpDX-Sources.sln /t:Pack /p:Configuration=Release;Platform="Any CPU";NuGetBuildTasksPackTargets="workaround" /m

0 commit comments

Comments
 (0)