Fixes the argument in publish.cmd (#327)
- [X] Fixes publish.cmd for windows Bumps release version
This commit is contained in:
parent
3551d962f7
commit
70f5128771
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue