Skip to content

Commit

Permalink
chire: Adjust startup path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Sep 18, 2024
1 parent 2493958 commit 13ac681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/test-scripts/run-net7-template-linux.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $projects =
@(1, "5.2/uno52AppWithLib/uno52AppWithLib/uno52AppWithLib.csproj", ""),

# 5.3 Blank with net9
@(2, "5.2/uno53net9blank/uno53net9blank/uno53net9blank.csproj", "")
@(2, "5.3/uno53net9blank/uno53net9blank/uno53net9blank.csproj", "")

## Note for contributors
##
Expand Down
4 changes: 2 additions & 2 deletions build/test-scripts/run-netcore-mobile-template-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ if ($IsWindows)
$debug = $default + '/p:Configuration=Debug' + '/r'
$release = $default + '/p:Configuration=Release' + '/r'

cd src/SolutionTemplate

if ($TestGroup -eq 0)
{
## Configurations are split to work around UWP not building with .NET new
Expand All @@ -48,8 +50,6 @@ if ($TestGroup -eq 0)
$dotnetBuildConfigurations += , @("Skia.WPF", "", "");
}

cd src/SolutionTemplate

# Debug Config
pushd UnoAppAll

Expand Down

0 comments on commit 13ac681

Please sign in to comment.