We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4754b24 commit e0bd0ceCopy full SHA for e0bd0ce
1 file changed
build-tools/scripts/XAVersionInfo.targets
@@ -40,6 +40,7 @@
40
<Output TaskParameter="Commits" ItemName="_XAVersionCommit" />
41
</GitBlame>
42
<GitCommitsInRange
43
+ ContinueOnError="true"
44
StartCommit="%(_XAVersionCommit.CommitHash)"
45
WorkingDirectory="$(XamarinAndroidSourcePath)"
46
ToolPath="$(GitToolPath)"
@@ -55,6 +56,7 @@
55
56
<Output TaskParameter="Commits" ItemName="_PackVersionCommit" />
57
58
59
60
StartCommit="%(_PackVersionCommit.CommitHash)"
61
62
0 commit comments