From c5a1b75aa8ca801bd22258cac0cc28b4c4dc5dfa Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Fri, 8 May 2020 21:02:01 -0700 Subject: [PATCH] Changes order of the publish commands --- Tools/publish.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/publish.cmd b/Tools/publish.cmd index 80b84c24a..ecb0f5587 100755 --- a/Tools/publish.cmd +++ b/Tools/publish.cmd @@ -11,6 +11,7 @@ else fi Tools/build-native-libraries.cmd $2 +dotnet restore if [[ $1 ]] then @@ -36,6 +37,7 @@ IF "%~2" == "" ( ) CALL Tools\build-native-libraries.cmd %~2 +dotnet restore IF "%~1" == "" ( SET r=-r win-x64