Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
Takoooooo committed Dec 6, 2023
1 parent ad2bdcd commit 5707c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/build-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ function Test-Template {

# Build
Exec { dotnet build $outDir/$lang/$folderName -bl:$bl }
Remove-Item -Recurse $outDir/$lang/$folderName
}

function Create-And-Build {
Expand All @@ -87,7 +86,6 @@ function Create-And-Build {

# Build
Exec { dotnet build output/$lang/$folderName -bl:$bl }
Remove-Item -Recurse output/$lang/$folderName
}

if (Test-Path "output") {
Expand Down Expand Up @@ -131,6 +129,8 @@ Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "av" "11.0.6" $binlog
Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "cb" "true" $binlog
Create-And-Build "avalonia.app" "AvaloniaApp" "F#" "cb" "false" $binlog

Remove-Item -Recurse "output/C#"

Test-Template "avalonia.mvvm" "AvaloniaMvvm" "F#" "f" "net6.0" $binlog
Test-Template "avalonia.mvvm" "AvaloniaMvvm" "F#" "f" "net7.0" $binlog
Test-Template "avalonia.mvvm" "AvaloniaMvvm" "F#" "f" "net8.0" $binlog
Expand Down

0 comments on commit 5707c05

Please sign in to comment.