We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c012e commit 6e26f0dCopy full SHA for 6e26f0d
Package.bat
@@ -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
@@ -0,0 +1 @@
+.nuget\nuget.exe push nuget\*.nupkg
0 commit comments