Skip to content

Commit

Permalink
changed build.cmd to pack.cmd and push.cmd (removing local nuget and …
Browse files Browse the repository at this point in the history
…psake)
  • Loading branch information
bbeardsley committed May 28, 2012
1 parent 2df315e commit cc2ebff
Show file tree
Hide file tree
Showing 59 changed files with 29 additions and 3,357 deletions.
36 changes: 18 additions & 18 deletions BuzzIO.nuspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>BuzzIO</id>
<version>0.0.0.0</version>
<authors>Ashley Deakin,Brent Beardsley</authors>
<owners>Brent Beardsley</owners>
<projectUrl>https://github.com/bbeardsley/BuzzIO</projectUrl>
<iconUrl>https://github.com/bbeardsley/BuzzIO/raw/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows interface to Sony PS2/3 Buzz controllers</description>
<tags>usb sony playstation buzz controllers interface</tags>
</metadata>
<files>
<file src="bin\release\BuzzIO.dll" target="lib\net20" />
<file src="*.cs" target="src" />
<file src="BuzzIO.csproj" target="src" />
</files>
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>BuzzIO</id>
<version>$version$</version>
<authors>Ashley Deakin,Brent Beardsley</authors>
<owners>Brent Beardsley</owners>
<projectUrl>https://github.com/bbeardsley/BuzzIO</projectUrl>
<iconUrl>https://github.com/bbeardsley/BuzzIO/raw/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows interface to Sony PS2/3 Buzz controllers</description>
<tags>usb sony playstation buzz controllers interface</tags>
</metadata>
<files>
<file src="bin\release\BuzzIO.dll" target="lib\net20" />
<file src="*.cs" target="src" />
<file src="BuzzIO.csproj" target="src" />
</files>
</package>
2 changes: 0 additions & 2 deletions build.cmd

This file was deleted.

1 change: 1 addition & 0 deletions pack.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nuget pack BuzzIO.csproj -Symbols -Build -OutputDirectory bin -Prop Configuration=Release -Prop Platform=AnyCPU
Binary file not shown.
Binary file not shown.
Binary file removed packages/psake.4.0.1.0/psake.4.0.1.0.nupkg
Binary file not shown.
54 changes: 0 additions & 54 deletions packages/psake.4.0.1.0/tools/README.markdown

This file was deleted.

14 changes: 0 additions & 14 deletions packages/psake.4.0.1.0/tools/chocolateyInstall.ps1

This file was deleted.

Loading

0 comments on commit cc2ebff

Please sign in to comment.