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 6951354 commit 3b50a7cCopy full SHA for 3b50a7c
release.bat
@@ -1,4 +1,2 @@
1
@echo off
2
-cd src/Skybrud.Umbraco.MultiNodeTreePicker
3
-"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" /t:rebuild /t:pack /p:Configuration=Release /p:BuildTools=1 /p:PackageOutputPath=../../releases/nuget
4
-cd ../../
+dotnet build src/Skybrud.Umbraco.MultiNodeTreePicker --configuration Release /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=../../releases/nuget
0 commit comments