This commit is contained in:
leedongmyung[desktop] 2023-11-25 22:06:18 +09:00
parent d6059b9d11
commit 0956b1320d

View file

@ -19,7 +19,7 @@ pipeline:
#일반적인 if문과 동일
- if:
#property의 내용은 기본 dynamic(Object)형으로써, 비교시 정확한 캐스팅 필요, 적지 않을시 기본 string
condition-string: <!property.git-rev> == <!property.old-git-rev>
condition-int: <!property.git-count> > <!property.old-git-count>
on-false:
- exe: zip
@ -55,6 +55,8 @@ commands:
to: <!property.old-git-rev>
- from: version
to: <!property.old-version>
- from: gitCount
to: <!property.old-git-count>
### Version 쓰기
- command: CreateAppData