-
Notifications
You must be signed in to change notification settings - Fork 19
Upgrade WASDK from 1.6 to 1.8 #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
dab6509
Bump bump bump
0x5bfa d839259
Update
0x5bfa 5d02250
Merge branch 'main' into wasdk1.8
Arlodotexe 8be12ad
Merge branch 'main' into wasdk1.8
Arlodotexe 8751cc2
Bump Microsoft.Xaml.Behaviors.WinUI.Managed to 3.0.1
Arlodotexe 06aed5c
Update WASDK version to 1.8.260204000 to match Win2d dependency and f…
Arlodotexe 246c51b
Remove duplicate Microsoft.Web.WebView2 package reference, now refere…
Arlodotexe cd1e677
Enable diagnostics in CI for binlog output to investigate MSIX build …
Arlodotexe 5fd3712
Fix quoting issue for component path preventing -UseDiagnostics flag …
Arlodotexe 1d6f7d9
Use quotes around componentPath in GenerateSingleSampleHeads.ps1 to w…
Arlodotexe 7cce0a6
Name artifacts uniquely based on job matrix
Arlodotexe 341a9dd
Disable consolelogger due to CI issues
Arlodotexe eccf488
Align slngen command formatting with GenerateAllSolution.ps1
Arlodotexe 5979164
Add PSNativeCommandArgumentPassing, further align with GenerateAllSol…
Arlodotexe d92908e
Align $sdkoptions to GenerateAllSolution.ps1
Arlodotexe 4a10a43
Add matrix multitarget to artifact name to fix conflicts
Arlodotexe eb04155
Add msbuild binlog and diagnostic params, realign artifact name with …
Arlodotexe acbfbd5
Set MSBUILD_VERBOSITY to diagnostic
Arlodotexe ffe7fc9
Bumped Microsoft.Xaml.Behaviors.Uwp.Managed to latest 3.0.1
Arlodotexe c3ca9e4
Updated WCT Extensions reference to 8.3.260331-pull-837.1767
Arlodotexe e2bccf6
Update gallery app package references to 8.3.260331-pull-837.1767
Arlodotexe 4deead3
Temp add MainLatest and PullRequest feeds, prerelease toolkit 8.3 pac…
Arlodotexe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| <Project> | ||
| <ItemGroup> | ||
| <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" /> | ||
| <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRt" Version="2.2.0" PrivateAssets="all" /> | ||
| <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.2903.40" PrivateAssets="all" /> | ||
| <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK.WinUI" Version="1.8.260204000" /> | ||
| <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRT" Version="2.2.0" PrivateAssets="all" /> | ||
| </ItemGroup> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Arlodotexe we probably don't want these on by default, we should update to use the flag system to be able to enable these in manual runs in the UI like I did for XAML Studio.