Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit e48c6df

Browse files
Fix typo in test.ps1
1 parent 781d8f1 commit e48c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $package = "com.androidaot.$app"
3030
# Launch the app N times
3131
& adb shell am force-stop $package
3232
for ($i = 1; $i -le $iterations; $i++) {
33-
& $dotnet build $project -t:Run -c $configuration -p:RunAOTCompilation=$aot $extra -bl:logs/$app-Run.binlog -v:quiet -nologo
33+
& $dotnet build $csproj -t:Run -c $configuration -p:RunAOTCompilation=$aot $extra -bl:logs/$app-Run.binlog -v:quiet -nologo
3434
Start-Sleep -Seconds $seconds
3535
& adb shell am force-stop $package
3636
}

0 commit comments

Comments
 (0)