fastlane-plugin-xamarin 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff206c3f335d82a768581b77abb6a1f67d7fe549474c33fc79d1517644a0834b
|
4
|
+
data.tar.gz: ba2583a6c2cc8334ee131f92269a1449982822461205e1bdc371ed673e2ac45c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90164654640f646b39471093065ec1df948a02d566d9f7b9bdf4308f86ab7f554138ee874c0d09c9a338eea61896a2a8ef08c3503cfa8772e0c3438fca86a018
|
7
|
+
data.tar.gz: 601d43f64c137181d4fe0ea23e84db2333cc7d9ee1d31968caa190406f2302503730bee4f6cad23c735335a2348e9160e69160432990defe5bee11d66d1dddb9
|
@@ -30,6 +30,8 @@ module Fastlane
|
|
30
30
|
else
|
31
31
|
command.push("normal")
|
32
32
|
end
|
33
|
+
command.push("-NonInteractive")
|
34
|
+
|
33
35
|
|
34
36
|
exit_status = 0
|
35
37
|
result = FastlaneCore::CommandExecutor.execute(command: command,
|
@@ -70,13 +72,13 @@ module Fastlane
|
|
70
72
|
FastlaneCore::ConfigItem.new(key: :config_file_path,
|
71
73
|
env_name: "NUGET_CONFIGFILEPATH",
|
72
74
|
description: "Identifies the packages.config file that lists the packages to install",
|
73
|
-
optional:
|
75
|
+
optional: true,
|
74
76
|
type: String),
|
75
77
|
|
76
78
|
FastlaneCore::ConfigItem.new(key: :package_id,
|
77
79
|
env_name: "NUGET_PACKAGEID",
|
78
80
|
description: "The package to install (using the latest version)",
|
79
|
-
optional:
|
81
|
+
optional: true,
|
80
82
|
type: String),
|
81
83
|
|
82
84
|
FastlaneCore::ConfigItem.new(key: :nuget,
|