bin/nixenvironment in nixenvironment-0.0.80 vs bin/nixenvironment in nixenvironment-0.0.81
- old
+ new
@@ -173,9 +173,11 @@
c.syntax = 'nixenvironment deploy'
c.description = 'Deploy built artifacts to given server'
c.option '--unity_platform TARGET PLATFORM', String, 'Select target platform for unity deploy (ios | macos | android | winphone)'
c.option '--deliver_deploy', 'Not only verify but also submit the build on iTunes Connect. (resigned_appstore builds only)'
c.action do |_args, options|
+ return if ENV['SKIP_DEPLOY'].present?
+
unity_platform = options.unity_platform
need_to_deploy_ios = false
need_to_deploy_macos_build = false
need_to_deploy_winphone_build = false
\ No newline at end of file