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

Commit

Permalink
Fix typo in test.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 1, 2021
1 parent 781d8f1 commit e48c6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ps1
Expand Up @@ -30,7 +30,7 @@ $package = "com.androidaot.$app"
# Launch the app N times
& adb shell am force-stop $package
for ($i = 1; $i -le $iterations; $i++) {
& $dotnet build $project -t:Run -c $configuration -p:RunAOTCompilation=$aot $extra -bl:logs/$app-Run.binlog -v:quiet -nologo
& $dotnet build $csproj -t:Run -c $configuration -p:RunAOTCompilation=$aot $extra -bl:logs/$app-Run.binlog -v:quiet -nologo
Start-Sleep -Seconds $seconds
& adb shell am force-stop $package
}
Expand Down

0 comments on commit e48c6df

Please sign in to comment.