Skip to content

Commit 1349180

Browse files
committed
Update nuget packaging script
1 parent c1a3830 commit 1349180

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Nuget/pack.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
nuget pack ..\FluentWPF\FluentWPF.csproj -Build -Properties Configuration=Release
1+
set OutDir=%CD%
2+
pushd ..\FluentWPF
3+
dotnet pack -c Release -o %OutDir%
4+
popd
25
pause

0 commit comments

Comments
 (0)