fix repo-tag typo
This commit is contained in:
Родитель
0a8c124062
Коммит
c486aac3a4
|
@ -11,7 +11,7 @@ environment:
|
|||
secure: t8UyjbNBnWJLrl8XFS/MbQ==
|
||||
|
||||
install:
|
||||
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" (set ProjectVersion=%APPVEYOR_TAG_NAME:~1%)
|
||||
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" (set ProjectVersion=%APPVEYOR_REPO_TAG_NAME:~1%)
|
||||
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" (nuget install secure-file -ExcludeVersion)
|
||||
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" (secure-file\tools\secure-file -decrypt build\data\private_token.asc.enc -secret %securefile% -out build\data\private_token.asc)
|
||||
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" (secure-file\tools\secure-file -decrypt build\data\public_token.asc.enc -secret %securefile% -out build\data\public_token.asc)
|
||||
|
|
Загрузка…
Ссылка в новой задаче