Update Borepin/Borepin.Android/Borepin.Android.csproj

This commit is contained in:
Kai Kriegel 2021-09-17 01:10:17 +00:00
parent 4ac3bb3c98
commit 292bb3a638

View File

@ -180,6 +180,6 @@
</ProjectExtensions>
<Target Name="BeforeBuild" Condition=" '$(CI)' == 'true' ">
<XmlPoke XmlInputPath="Properties\AndroidManifest.xml" Namespaces="&lt;Namespace Prefix='android' Uri='http://schemas.android.com/apk/res/android' /&gt;" Query="manifest/@android:versionCode" Value="$(CI_COMMIT_SHORT_SHA)" />
<XmlPoke XmlInputPath="Properties\AndroidManifest.xml" Namespaces="&lt;Namespace Prefix='android' Uri='http://schemas.android.com/apk/res/android' /&gt;" Query="manifest/@android:versionName" Value="2.0.$(CI_COMMIT_SHORT_SHA)" />
<XmlPoke XmlInputPath="Properties\AndroidManifest.xml" Namespaces="&lt;Namespace Prefix='android' Uri='http://schemas.android.com/apk/res/android' /&gt;" Query="manifest/@android:versionName" Value="0.0.$(CI_COMMIT_SHORT_SHA)" />
</Target>
</Project>