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

1457 Коммитов

Автор SHA1 Сообщение Дата
dotnet-maestro[bot] 2b89bc639d
[main] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKClosed (#4680) 2024-09-17 14:51:41 -07:00
Saharsh Ananta Jaiswal dba0dd53b0
CameraCaptureUI - API Spec (#4721)
* Adding CameraCaptureUI Spec

* Updating formatting

* Updated IDL

* Addressing review comments

* Minor Updates

* Update to template format

* Updating to Microsoft::UI::WindowId, updated c# sample

* Fixed typo

* nit

* Updated sample to maintain consistency

* Resolving comments

* Removing default namespace

* Removed the note on capabilites

* Sample update

---------

Co-authored-by: Mike Hillberg <18429489+MikeHillberg@users.noreply.github.com>
2024-09-17 11:14:54 -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
Evelyn Wu b9a3c8c6ba
Revert "[MRTCore] Sync between WGA.PrimaryLanguageOverride and MWGA.PrimaryLanguageOverride (#4608)" (#4712)
This reverts commit 68ffb095b3.
2024-09-12 18:05:05 -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
Shashank 59d485265e
remove non-portable RIDs, reintroduce RID in pubxml to resolve netsdk1032 (#4708)
Co-authored-by: Shashank Nayak <shasnayak@microsoft.com>
2024-09-11 13:36:13 -04:00
Duncan MacMichael 4a86d7b530
Update bug-report.yaml for 1.6.0 (#4692) 2024-09-04 21:28:38 -07:00
Shashank bf0f5c90af
netsdk1206 fix (#4686) 2024-08-28 15:33:48 -07:00
Kyaw Thant 4ac3c53271
Onebranch Build Pipeline Update: Remove deprecated auth variables from build pipelines (#4684)
Co-authored-by: 1ES Gardener <gardener@microsoft.com>
2024-08-27 11:12:43 -07:00
Kyaw Thant 07f87293d8
Binlogs for Installer and VSIX (#4673) 2024-08-27 11:09:35 -07:00
Kyaw Thant 1ee9fbf098
Cleanup Eng/Common and other Refactors (#4672) 2024-08-27 11:03:30 -07:00
JesseCol 2d2fae4df7
Fix centrally-versioned package references (#4674) (#4677)
* Use CentralPackageVersions in VSIX projects

* Turns out we just need to make sure to import the Directory.Build.props at the root

* Revert "Use CentralPackageVersions in VSIX projects"

This reverts commit 3446e0c472.

* Don't include the entire root Directory.build.props
2024-08-23 11:04:58 -07:00
Duncan MacMichael d942289d56
Update bug-report.yaml for 1.6-preview2 (#4675) 2024-08-22 16:04:38 -07:00
Evelyn Wu a820af7d83
Fix Source Link information so it points to Github rather than internal AzDO mirror (#4666)
This repository is mirrored onto an internal Azure DevOps repository that is used for building Windows App SDK releases. This has the unfortunate side effect of embedding into the PDB symbols Source Link information that points at the internal AzDO repo rather than this public Github repo. This change addresses that by adding a custom target that corrects the repo URL that Source Link uses.

Fixes #4633.
2024-08-21 11:52:53 -07:00
Howard Kapustein a538c82bdf
Fix ApplicationData.MachineFolder path (#4664) 2024-08-21 00:58:06 -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
Howard Kapustein 4ca53d492a
New PackageDeploymentManager methods not tagged with new v2 contract (#4663)
* New PackageDeploymentManager methods not tagged with new v2 contract

* Incorporated feedback
2024-08-20 21:02:06 -04: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
Kyaw Thant 93b570a61b
Onboard to DotNet's Maestro using WindowsAppSDKConfig PublishToMaestro Template (#4639) 2024-08-15 19:57:35 -07:00
Manodasan Wignarajah 902c09601a
Update CsWinRT version to stable versions (#4628) 2024-08-15 11:45:18 -04:00
Duncan MacMichael eb2d4cea11
Update bug-report.yaml for 1.5.6 and 1.6-preview1 (#4637) 2024-08-13 18:51:29 -07:00
JesseCol 9495751432
Fix ExtractWindowsAppSDKVersion to only look at WindowsAppSDK nupkg (#4629)
* Fix ExtractWindowsAppSDKVersion to only look at WindowsAppSDK nupkg

* Fix typo
2024-08-09 16:53:03 -07:00
Shashank 24557c7b46
Reverting #4612 NETSDK1206 Fix
Co-authored-by: Shashank Nayak <shasnayak@microsoft.com>
2024-08-09 23:24:04 +00:00
Kyaw Thant e4898f2894
Update AppLicensing to 1.7.0-main.20240611.0 (#4627) 2024-08-09 14:40:50 -07:00
Kyaw Thant ec1075cb32
Update to use WindowsAppSDK-PublishSymbol-Steps.yml from WindowsAppSDK Config (#4624) 2024-08-08 16:16:08 -07:00
Bob Pulliam 4773024196
[main] Add AppData Terminal Velocity call to yml (#4619) (#4620)
* Add AppData Terminal Velocity call to yml

* fix namespace
2024-08-07 14:42:42 -04:00
Shashank 95624def3d
removing runtime/win10-* artifacts (#4612)
Co-authored-by: Shashank Nayak <shasnayak@microsoft.com>
2024-08-02 17:54:34 +00:00
Evelyn Wu 68ffb095b3
[MRTCore] Sync between WGA.PrimaryLanguageOverride and MWGA.PrimaryLanguageOverride (#4608)
(cherry picked from commit aaa39d5e70)

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2024-08-01 10:48:58 -07:00
Howard Kapustein 79fa48f0a8
Update dependencies (some were stale, as reported by DevCheck -CheckDependencies, fixed via -SyncDependencies) (#4605) 2024-07-31 22:14:25 -07:00
Howard Kapustein 1cd3034c41
Fix IsPackageDeploymentFeatureSupported (#4598)
* Fixed IsPackageDeploymentFeatureSupported

* Fixed check for IsReadyOrNewer
2024-07-25 15:06:42 -07:00
Kyaw Thant de98bff528
Installer and VSIX validation stages condition on LatestOfficialBuildID variable (#4587) 2024-07-22 10:44:45 -07:00
Kyaw Thant 594817b2fb
Fix ExtractWindowsAppSDKVersion deleting the nuget (#4586) 2024-07-19 16:13:56 -07:00
Kyaw Thant cff953579b
Enable Validation for VSIX; Use Central Feed Management on VSIX (#4582) 2024-07-19 14:27:27 -07:00
Stefan Markovic d5da0e06db
[mrtcore] Microsoft.Windows.Globalization.ApplicationLanguages API specs (#4479) 2024-07-19 08:58:55 -07:00
Kyaw Thant 70e07b24c5
Reenable Installer Validation using Latest Official WindowsAppSDK builds (#4578)
* Reenable Installer Validation

* sanity check

* FIX

* remove comment

* COmments
2024-07-18 17:12:14 -07:00
alexlamtest 37ead43d29
Update WindowsAppSDK-GlobalVariables.yml (#4574)
Updated from LKG16 to LKG17.
2024-07-16 20:35:54 +00:00
Kyaw Thant 904c129850
Disable Maestro Publishing (#4563) 2024-07-12 15:57:42 -07:00
Shashank 659f09854e
placing publish properties in the appropriate file (#4561) 2024-07-11 23:23:07 +00:00
Shashank 67e4cd371f
Move Conditional Logic from .pubxml to Project Files (#4552)
* removing conditionals from pubxml files

* keeping existing PublishTrimmed status for UnitTest templates

* putting publish trimmmed in same propertygroup

---------

Co-authored-by: Shashank Nayak <shasnayak@microsoft.com>
2024-07-10 22:54:26 -04:00
Scott Jones 962092b244
Override System.Text.Json version to work around false positive CVE-2024-30105 (#4554) 2024-07-10 16:24:05 -07:00
Kyaw Thant a628a6d5ba
Disabling Installer Validation Stage (#4555) 2024-07-10 15:18:24 -07:00
Chigusa Sansen cb6e44523e
Update bug-report.yaml (#4549)
Release 1.5.5
2024-07-09 16:10:37 -07:00
Scott Jones 9b89d7f391
enable nullable reference types on new projects (.NET guidance) and fix warning (#4539) 2024-07-09 11:51:41 -07:00
Scott Jones 89ac19fe99
Remove RuntimeIdentifier elements from publish profiles - they don't work (#4540) 2024-07-09 09:36:49 -07:00
Kyaw Thant b0f4e3477e
Allow Installer validation stage to download from a build that has failed (#4545) 2024-07-08 16:20:43 -07:00