Changes order of the publish commands

This commit is contained in:
Kamron Batman 2020-05-08 21:02:01 -07:00
parent b1fb16c983
commit c5a1b75aa8
No known key found for this signature in database
GPG key ID: 5C9DFD15804B6BB8

View file

@ -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