We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8f493 commit 8116601Copy full SHA for 8116601
test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj
@@ -19,7 +19,7 @@
19
<!-- Target to ensure AndroidTestApp is restored -->
20
<Target Name="EnsureAndroidTestAppRestored" Condition="'$(TargetPlatformIdentifier)' != 'android' and '$(AndroidTestAppRestored)' != 'true'">
21
<!-- 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" />
+ <Exec Command="dotnet restore ../AndroidTestApp/AndroidTestApp.csproj --nologo" />
23
<PropertyGroup>
24
<AndroidTestAppRestored>true</AndroidTestAppRestored>
25
</PropertyGroup>
0 commit comments