Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Millauer committed Dec 12, 2017
1 parent 278a604 commit 40c3570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set NUGET=%PWD%\NuGet.exe

DEL %PWD%\..\*.nupkg

%NUGET% pack -Verbosity detailed -OutputDirectory %PWD%\.. -Exclude "build\*;.git\*;README.md;icon.png" %PWD%\..\WebDriver.ChromeDriver.win32.nuspec
%NUGET% pack -Verbosity detailed -OutputDirectory %PWD%\.. -Exclude "**/build/**;**/.git/**;**/.git*;**/README.md;**/icon.png" %PWD%\..\WebDriver.ChromeDriver.win32.nuspec

0 comments on commit 40c3570

Please sign in to comment.