Fixes the argument in publish.cmd (#327)

- [X] Fixes publish.cmd for windows

Bumps release version
This commit is contained in:
Kamron Batman 2020-11-27 16:27:02 -08:00 committed by GitHub
parent 3551d962f7
commit 70f5128771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ IF "%~1" == "" or "%~1" == "release" (
IF "%~2" == "" (
SET os=-r win-x64
) ELSE (
SET os=-r %~1-x64
SET os=-r %~2-x64
)
echo dotnet restore --force-evaluate