diff --git a/release.bat b/release.bat index f2e817b..b3acfb7 100644 --- a/release.bat +++ b/release.bat @@ -1,2 +1,2 @@ @echo off -"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" src/Skybrud.LinkPicker /t:rebuild /t:pack /p:Configuration=Release /p:BuildTools=1 /p:PackageOutputPath=../../releases/nuget \ No newline at end of file +dotnet build src/Skybrud.LinkPicker --configuration Release /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=../../releases/nuget \ No newline at end of file