Changes order of the publish commands
This commit is contained in:
parent
b1fb16c983
commit
c5a1b75aa8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue