File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/Sentry.Bindings.Android Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 145145 </Target >
146146
147147 <Target Name =" ResolveSentryNativeNdkFromLocalMaven" BeforeTargets =" CollectPackageReferences" Condition =" '$(UseLocalSentryMavenRepo)' == 'true'" >
148- <PropertyGroup >
149- <_LocalAndroidNdkPom >$(LocalSentryMavenRepoDir)io/sentry/sentry-android-ndk/$(SentryAndroidSdkVersion)/sentry-android-ndk-$(SentryAndroidSdkVersion).pom</_LocalAndroidNdkPom >
150- </PropertyGroup >
151-
152148 <XmlPeek
153- XmlInputPath =" $(_LocalAndroidNdkPom )"
149+ XmlInputPath =" $(LocalSentryAndroidNdkPomPath )"
154150 Query =" //*[local-name()='dependency' and .//*[local-name()='artifactId' and text()='sentry-native-ndk']]/*[local-name()='version']/text()"
155- Condition =" Exists('$(_LocalAndroidNdkPom )')" >
151+ Condition =" Exists('$(LocalSentryAndroidNdkPomPath )')" >
156152 <Output TaskParameter =" Result" PropertyName =" SentryNativeNdkVersion" />
157153 </XmlPeek >
158154
You can’t perform that action at this time.
0 commit comments