Skip to content

Commit

Permalink
ci-cd: Test dll loader in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roxk committed Apr 4, 2024
1 parent 2e11d23 commit d3ceb0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WinUI3XamlPreview/scripts/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ $ErrorActionPreference = "Stop"
nuget restore $PSScriptRoot\..\TestDep\TestDep.vcxproj -PackagesDirectory $PSScriptRoot\..\packages
nuget restore $PSScriptRoot\..\WinUI3XamlPreview\WinUI3XamlPreview.vcxproj -PackagesDirectory $PSScriptRoot\..\packages
nuget restore $PSScriptRoot\..\TestPackaged\TestPackaged.vcxproj -PackagesDirectory $PSScriptRoot\..\packages
nuget restore $PSScriptRoot\..\WinUI3XamlPreview.DllLoader\WinUI3XamlPreview.DllLoader.vcxproj -PackagesDirectory $PSScriptRoot\..\packages
&$msbuild $PSScriptRoot\.. -t:TestPackaged -p:Platform=x64,Configuration=Debug
&$msbuild $PSScriptRoot\.. -t:WinUI3XamlPreview_DllLoader -p:Platform=x64,Configuration=Debug

0 comments on commit d3ceb0d

Please sign in to comment.