Skip to content

Commit 6e26f0d

Browse files
committed
Add build and pack scripts
1 parent c5c012e commit 6e26f0d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Package.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
echo Cleaning nuget publish folder.
3+
4+
if exist nuget rd nuget /S /Q
5+
md nuget
6+
7+
.nuget\NuGet.exe pack src\FluentAssertions.Ioc.Ninject\FluentAssertions.Ioc.Ninject.csproj -build -Properties Configuration=Release -OutputDirectory nuget

Push.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.nuget\nuget.exe push nuget\*.nupkg

0 commit comments

Comments
 (0)