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 c1a3830 commit 1349180Copy full SHA for 1349180
Nuget/pack.bat
@@ -1,2 +1,5 @@
1
-nuget pack ..\FluentWPF\FluentWPF.csproj -Build -Properties Configuration=Release
+set OutDir=%CD%
2
+pushd ..\FluentWPF
3
+dotnet pack -c Release -o %OutDir%
4
+popd
5
pause
0 commit comments