Skip to content

Commit 8116601

Browse files
committed
Update Sentry.Android.AssemblyReader.Tests.csproj
1 parent 3f8f493 commit 8116601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Target to ensure AndroidTestApp is restored -->
2020
<Target Name="EnsureAndroidTestAppRestored" Condition="'$(TargetPlatformIdentifier)' != 'android' and '$(AndroidTestAppRestored)' != 'true'">
2121
<!-- Only restore once. Spawn as a separate process to escape any "no-restore" arguments to the build -->
22-
<Exec Command="dotnet restore ..\AndroidTestApp\AndroidTestApp.csproj --nologo" />
22+
<Exec Command="dotnet restore ../AndroidTestApp/AndroidTestApp.csproj --nologo" />
2323
<PropertyGroup>
2424
<AndroidTestAppRestored>true</AndroidTestAppRestored>
2525
</PropertyGroup>

0 commit comments

Comments
 (0)