Граф коммитов

152 Коммитов

Автор SHA1 Сообщение Дата
dotnet-maestro[bot] 2b89bc639d
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#4680) 2024-09-17 14:51:41 -07:00
dotnet-maestro[bot] e47a7628f4
Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240904.10 (#4693)
Microsoft.FrameworkUdk
 From Version 1.7.0-CI-26107.1715.240815-1016.3 -> To Version 1.7.0-CI-26107.1716.240904-1440.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-09-16 16:56:16 -07:00
Kyaw Thant 98f7f10f8d
Create a DevCheck NuGet Package from which DevCheck.cmd in feeder repos can restore and utilize (#4714) 2024-09-16 10:51:42 -07:00
Howard Kapustein aae37a0580
DevCheck: Settings options, configuration dependency paths, Sync'd dependencies (#4707)
New options

-Settings => Load the settings file (if exists) to enable future customization (default=$True)
-SettingsFile=file => Settings file to load (default = ...repo....user\DevCheck-Settings.ps1)
-SaveSettingsFile=file => Save a default settings file (fail if exists; won't overwrite existing files)
-UserSettings => Load the user settings file (if exists) to enable future customization (default=$True)
-UserSettingsFile=file => User Settings file to load (default = ...repo....user\DevCheck-Settings.ps1)
-SaveUserSettingsFile=file => Save a default user settings file (fail if exists; won't overwrite existing files)
Settings file is for a project to customize behavior. User Settings file is per user to mess with.

NOTE: A future update will change the default location for Settings file (pending a change to DevCheck.cmd @kythant is working on)

Change -CheckDependencies and -SyncDependencies to use a customization list of root directories. Use a settings file with custom values for $global:dependency_paths e.g.

$global:dependency_paths = ('fee', 'fie', 'foe\fum')

Also ran -SyncDependencies to correct a couple of stale entries (FrameworkUdk from May(!))
2024-09-12 18:12:37 +00:00
Kyaw Thant 1ee9fbf098
Cleanup Eng/Common and other Refactors (#4672) 2024-08-27 11:03:30 -07:00
dotnet-maestro[bot] 816a67b860
Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240820.8 (#4665)
Microsoft.FrameworkUdk
 From Version 1.7.0-CI-26107.1714.240812-1608.8 -> To Version 1.7.0-CI-26107.1715.240815-1016.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-08-21 00:49:11 -07:00
dotnet-maestro[bot] b829471ca1
Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKClosed build 20240819.3 (#4660)
Microsoft.WindowsAppSDK.AppLicensingInternal.TransportPackage
 From Version 1.7.0-main.20240819.0 -> To Version 1.7.0-main.20240819.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-08-19 17:46:00 -07:00
Bob Pulliam 72925492d6
update dependencies from WinAppSDKClosed, DCPP (#4659) 2024-08-19 16:12:50 -04:00
Bob Pulliam 2a77bd5690
fix dotnet versions in Versions.Details.xml (#4657) 2024-08-19 09:54:24 -04:00
Bob Pulliam 9bf8deaff1
Update AzureKeyVault (#4653)
* Update AzureKeyVault

* update global.json
2024-08-19 09:09:45 -04:00
Bob Pulliam cae176ef20
Update Taef, CppWinRT, and WIL (#4650)
* update Taef to 10.94.240624002

* update WIL to 1.0.240803.1
2024-08-16 18:25:55 -04:00
Manodasan Wignarajah 902c09601a
Update CsWinRT version to stable versions (#4628) 2024-08-15 11:45:18 -04:00
Kyaw Thant e4898f2894
Update AppLicensing to 1.7.0-main.20240611.0 (#4627) 2024-08-09 14:40:50 -07:00
alexlamtest 37ead43d29
Update WindowsAppSDK-GlobalVariables.yml (#4574)
Updated from LKG16 to LKG17.
2024-07-16 20:35:54 +00:00
alexlamtest d7818915cb
draft 1 (#4542) 2024-07-08 09:14:19 -07:00
alexlamtest 517707ae8e
b#48614111: Add "break on error" setting to the top of powershell scripts in WASDK (#4529)
* 48614111: draft 1

* 48614111: use 'Set-StrictMode -Version 1.0' in Generate-TerminalVelocityFeatures.ps1

* 48614111: upcated Generate-TerminalVelocityFeatures.ps1

* 48614111: cleaned away unintended blank lines

* 48614111: add workaround to CopyFilesToStagingDir.ps1

* 48614111: moved workaround in CopyFilesToStagingDir.ps1 to BuildAll.ps1
2024-07-02 19:54:46 -07:00
Howard Kapustein f753170ead
Microsoft.Windows.Storage.ApplicationData (#4057)
* Added AddPackageSetOptions. Added tests for AddPackageSetAsync. Fixed bugs

* Fixed typos. Added missing AddPackageAsync in .idl

* Remove dead code

* Update Transport package's manifested inproc servers

* Added new directory

* Added ApplicationData project. Expanded docs. Added missing ApplicationDataCreateDisposition. Added TerminalVelocity support

* Added stub implementations

* Initial implementation

* Implemented ApplicationData

* Tweaked to be smarter about Windows.Storage.ApplicationData's weird limitations

* Fixed ApplicationData.MachinePath to use the right path. Bumped WIL to 1.0.231216.1 (to get access to wil::reg APIs)

* Implemented IsMachinePathSupported()

* Added tests (mostly)

* Fixed machine path test infra (AppDataPaths doesn't work in our scenario)

* Removed method overload per feedback. Added more doc-comments

* More fixes and optimizations

* More test coverage

* Updated MachinePath/etc to only be accessible if a package in the family is registered to the user OR running as SYSTEM

* Removed ClearAllAsync() and ClearMachineAsync(). Use ClearAsync(locality)

* Updated per API Review

* Fixed build error

* Fixed bad merge. Added ApplicationData Projection
2024-06-29 17:10:22 -07:00
Howard Kapustein 9e534580af
Package Management and IsReadyOrNewerAvailable() again (#4517)
* Reapply "PackageDeploymentManager: IsReadyOrNewerAvailable(), FrameworkUdk update, Implement not-implemented functions, Tests! (#4453)" (#4514)

This reverts commit 684fdf1797.

* Added #include sddl.h as WindowsAppRuntime.sln was fine for all users but the WindowsAppRuntimeInstaller.sln wasn't. Better to be self-fulfilling in case code changes again in the future to avoid unknown-symbol pains
2024-06-27 09:41:01 +00:00
Kyaw Thant 684fdf1797
Revert "PackageDeploymentManager: IsReadyOrNewerAvailable(), FrameworkUdk update, Implement not-implemented functions, Tests! (#4453)" (#4514)
This reverts commit c6c2234d53.
2024-06-26 18:24:05 -07:00
Howard Kapustein c6c2234d53
PackageDeploymentManager: IsReadyOrNewerAvailable(), FrameworkUdk update, Implement not-implemented functions, Tests! (#4453)
This PR does multiple things

* Add Is*ReadyOrNewerAvailable*()
* Add EnsureReadyOptions.RegisterNewerIfAvailable=bool
* Add Is*Provisioned*()
* Fix progress updates when PackageSet.Items.Count>=2 (was (re)set to 0-1.0 for each item, not collectively for the whole operation)
* Update to recent FrameworkUdk
* Implement previously not-implemented functions (Remove, Repair, Reset)
* Expanded test coverage
* Update TAEF to 10.92.240405002
* DevCheck
  * Added -InstallWindowsSDK option to install Windows (Platform) SDK if desired
  * Fix DevUnlock check on a machine w/o DeveloperMode enabled (last registry access doing registry access the unsafe way error'ing if the value doesn't exist in the registry)

KNOWN ISSUES:
* Need updated Platform SDK to resolve known issues
* Register*Async() errors on 20H2/Vb3.
* Reset*Async() succeeds but ends w/o the package being registered
* RemovePackageByUriAsync() throws E_NOTIMPL
* RemovePackageSetAsync() throws E_NOTIMPL if PackageUri=ms-uup
* Provision*Async() not supported yet
* Deprovision*Async() not supported yet

https://task.ms/49555034
https://task.ms/48914090
https://task.ms/48964562

Additional changes

* Fixed progress reporting incorrect .progress percentage values
* Added StringToSid() and SidToString()
* Refactored common code into WaitForDeploymentOperation
* Added IsPackageRegistrationPending. Removed dead code. Added Black+Blacker test Main packages.
* Added PackageFamilyName() property to PackageIdentity
* Added IsPackageDeploymentFeatureSupported and initial support for Containment.
* Fixed RemovePackageOptions.FailIfNotFound.
* Improved logging
* Expanded tests.
* Fixed RemovePackageOptions.FailIfNotFound default (was true, supposed to be false). Mostly implemented RemovePackageSetAsync; URI handling is blocked awaiting FrameworkUdk update (imminent).
* Updated to latest FrameworkUdk
* Patched tests to deal with RemovePackage is awaiting updated Platform SDK
* Removed dead code. Updated some not-impl to impl :-)
* Repair!
* Added IsProvisioned
* Added Provisioning tests and support
* Added Deprovision tests (in progress).
* Optimized test code
* Upgraded TAEF to 10.92.240405002
* Tweak build logic to support Windows SDK 10.0.26100.0 but not fail if using 10.0.22621.0
* Tweaked SDK detection
* Fixed some URI handling
* DevCheck:
* Add docs re PackageSet properties
* Added workaround for tests not wired to work on 20H2/Vb
2024-06-25 13:52:25 -07:00
Manodasan Wignarajah 09151ae082
Update CsWinRT version (#4487)
* Update CsWinRT version

* Remove as it is not needed anymore
2024-06-14 17:38:18 -07:00
Manodasan Wignarajah 80945c51b8
Adding missing trimming attribute due to using custom assembly info and temporarily adding couple cswinrt properties to disable things that aren't needed (#4451) 2024-05-28 13:05:48 -07:00
Manodasan Wignarajah decb75d1a5
Update version of CsWinRT and Windows SDK projection (#4427)
* Update version

* updated AOT preview versions

* Update Directory.Build.props

* Update Version.Details.xml

* Update Directory.Build.props

* Update Version.Details.xml

* Update version

* Update to latest CsWinRT versions

* Move to updated version

---------

Co-authored-by: Scott Jones <sjones@microsoft.com>
2024-05-22 21:46:39 -07:00
Howard Kapustein 7d495a2ff3
Improve GettingStarted docs. DevCheck verify RS5 SDK. (#4411)
* Updated GettingStarted docs about using winget to install RS5 SDK. Added RS5 SDK check to DevCheck

* Fixed some global variable references

* Added pointer where to go to fix a missing Windows SDK
2024-05-15 15:57:31 -07:00
reunion-maestro[bot] aa18878de1
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#4406)
Microsoft.WindowsAppSDK.AppLicensingInternal.TransportPackage
 From Version 1.7.0-main.20240510.0 -> To Version 1.7.0-main.20240513.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-05-13 06:36:36 -04:00
reunion-maestro[bot] ae0e6b438e
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4365)
[main] Update dependencies from microsoft/LiftedIXP/DCPP
2024-05-11 13:12:52 +00:00
reunion-maestro[bot] 78dc9bf4ed
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#4400)
Microsoft.WindowsAppSDK.AppLicensingInternal.TransportPackage
 From Version 1.6.0-main.20240417.0 -> To Version 1.7.0-main.20240510.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-05-10 11:45:04 -04:00
reunion-maestro[bot] 4c5acb1bd1
Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKClosed build 20240417.1 (#4353)
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed
2024-04-23 19:52:51 +00:00
reunion-maestro[bot] ad48986e95
Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKAggregator build Maestro-UpdateEngCommon_2404.18001 (#4355)
Microsoft.WinAppSDK.EngCommon
 From Version 1.6.240416 -> To Version 1.6.240418

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-04-18 16:58:28 -07:00
reunion-maestro[bot] c72050932b
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4346)
* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240416.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26100.1001.240412-0823.1 -> To Version 1.6.0-CI-26100.1001.240412-0823.2

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240416.2

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26100.1001.240412-0823.1 -> To Version 1.6.0-CI-26100.1001.240412-0823.3

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-04-18 16:57:23 -07:00
reunion-maestro[bot] 52bd53f0ce
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKAggregator (#4342)
* Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKAggregator build Maestro-UpdateEngCommon_2404.15001

Microsoft.WinAppSDK.EngCommon
 From Version 1.6.240410 -> To Version 1.6.240415

* Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKAggregator build Maestro-UpdateEngCommon_2404.16001

Microsoft.WinAppSDK.EngCommon
 From Version 1.6.240410 -> To Version 1.6.240416

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-04-16 14:39:38 -07:00
reunion-maestro[bot] 85958f0b73
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4260)
* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240308.4

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26072.1000.240301-1341.0 -> To Version 1.6.0-CI-26079.1000.240308-1645.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240316.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26072.1000.240301-1341.0 -> To Version 1.6.0-CI-26085.1000.240316-1111.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240325.2

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26072.1000.240301-1341.0 -> To Version 1.6.0-CI-26090.1000.240325-1038.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240402.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26072.1000.240301-1341.0 -> To Version 1.6.0-CI-26100.1000.240402-0651.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240415.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26072.1000.240301-1341.0 -> To Version 1.6.0-CI-26100.1001.240412-0823.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-04-16 08:40:50 -04:00
reunion-maestro[bot] 7a10899ed8
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKAggregator (#4262)
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKAggregator
2024-04-10 19:03:43 +00:00
alexlamtest 72bc09c47f
45977412: LKG package info comes from a global source under eng\common instead of the local WindowsAppSDK-Versions.yml (#4257) 2024-03-08 03:21:21 +00:00
reunion-maestro[bot] fb04621029
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4186)
* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240210.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26050.1000.240201-1035.1 -> To Version 1.6.0-CI-26057.1000.240209-1939.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240215.2

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26050.1000.240201-1035.1 -> To Version 1.6.0-CI-26057.1000.240209-1939.2

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240220.6

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26050.1000.240201-1035.1 -> To Version 1.6.0-CI-26063.1000.240220-0956.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240227.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26050.1000.240201-1035.1 -> To Version 1.6.0-CI-26068.1002.240226-1807.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240301.1

Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26050.1000.240201-1035.1 -> To Version 1.6.0-CI-26072.1000.240301-1341.0

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-03-05 12:20:46 -05:00
reunion-maestro[bot] 3a255973d9
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#4161)
Microsoft.WindowsAppSDK.AppLicensingInternal.TransportPackage
 From Version 1.6.0-main.20240129.0 -> To Version 1.6.0-main.20240203.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-02-03 14:32:00 -05:00
reunion-maestro[bot] 30ce0b5105
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4158)
Microsoft.FrameworkUdk
 From Version 1.6.0-CI-26050.1000.240201-1035.0 -> To Version 1.6.0-CI-26050.1000.240201-1035.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-02-02 22:46:31 -05:00
reunion-maestro[bot] f84222a474
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4150)
[main] Update dependencies from microsoft/LiftedIXP/DCPP
2024-02-02 15:54:15 +00:00
reunion-maestro[bot] 5fb2ea1866
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#4130)
Microsoft.WindowsAppSDK.AppLicensingInternal.TransportPackage
 From Version 1.5.0-main.20231018.0 -> To Version 1.6.0-main.20240129.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-01-30 15:42:29 +00:00
Bob Pulliam 285779481d
Update Version.Details.xml 2024-01-29 11:59:43 -05:00
reunion-maestro[bot] 1f04bc7a81
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#4101)
* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240119.4

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1035.240116-1502.0 -> To Version 1.6.0-CI-26033.1001.240119-0813.1

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240125.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1035.240116-1502.0 -> To Version 1.6.0-CI-26042.1000.240125-1153.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240125.2

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1035.240116-1502.0 -> To Version 1.6.0-CI-26042.1001.240125-1148.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240128.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1035.240116-1502.0 -> To Version 1.6.0-CI-26046.1000.240128-1304.0

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-01-29 11:48:35 -05:00
reunion-maestro[bot] 2d3f41e468
[main] Update dependencies from microsoft/LiftedIXP/DCPP (#3980)
* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231120.2

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1024.231120-0838.1

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231121.3

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1024.231120-0838.6

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231121.4

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1024.231120-0838.7

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231127.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1024.231120-0838.8

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231127.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.2-CI-22625.1024.231120-0838.8

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231128.4

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1025.231127-1545.4

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231201.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1026.231201-1009.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231206.2

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1027.231206-0943.1

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231214.2

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.4.3-CI-22624.1058.231213-1411.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231214.7

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1029.231211-1215.1

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20231219.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1031.231218-1029.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240104.3

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1033.240103-1228.1

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240106.1

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1034.240106-1552.0

* Update dependencies from https://dev.azure.com/microsoft/LiftedIXP/_git/DCPP build 20240116.3

Microsoft.FrameworkUdk
 From Version 1.5.0-CI-22625.1004.230721-1615.0 -> To Version 1.5.0-CI-22625.1035.240116-1502.0

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Kyaw Thant <48363984+kythant@users.noreply.github.com>
2024-01-19 10:02:27 -05:00
Howard Kapustein 4e0c9006f8
Added -ShowSystemInfo to aid troubleshooting (#4087) 2024-01-18 07:29:58 +00:00
Kyaw Thant 36017bae20
Refactor Build into Stages and Build WindowsAppSDK Mock in BuildAll.ps1 (#4034) 2024-01-05 10:18:42 -08:00
reunion-maestro[bot] 879f578976
Update dependencies from https://dev.azure.com/microsoft/ProjectReunion/_git/WindowsAppSDKClosed build 1.0.02482.138 (#3916)
Microsoft.WindowsAppSDK.AppLicensingInternal.TransportPackage
 From Version 1.5.0-main.20230925.1 -> To Version 1.5.0-main.20231018.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-10-18 16:43:36 -07:00
Bob Pulliam 49997a7731
Update global.json to use latest (#3880) 2023-09-26 18:36:46 -04:00
reunion-maestro[bot] 485d1db876
[develop] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#3882)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Bob Pulliam <bpulliam@microsoft.com>
2023-09-26 12:32:24 -04:00
Kyaw Thant 97537740c4
Only Publish NuGet Package to Feed in Release and Nightly Builds (#3870) 2023-09-22 13:25:34 -07:00
Howard Kapustein 874d66a256
PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820)
Also

* Manually update DevChcek (awaiting Maestro to automate that thing it's supposed to be doing. Oh, Will...)
* Update TAEF from 10.75.221207001 to 10.82.230714001. Update C++/WinRT from 2.0.221121.5 to 2.0.230706.1
* Something weird's failing in the ARM64 tests. Disabling ARM64 temporarily
2023-09-04 17:01:12 -07:00
reunion-maestro-bot f8c71291ef Merge branch 'main' of https://github.com/microsoft/WindowsAppSDK into develop 2023-08-23 04:07:36 +00:00