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

137 Коммитов

Автор SHA1 Сообщение Дата
Rohan Palaniappan fcecfe7717
Port VS changes in Microsoft.AppxPackage.targets to Microsoft.ApplicationModel.Resources.PriGen.targets: reduce messages printed to output to improve performance. (#485) 2021-03-02 17:39:11 -08:00
Andrew Leader 3c6b79fc3a
Update roadmap (unpackaged apps to 0.8) (#506)
* Update roadmap (unpackaged apps to 0.8)

* Include a subscribe option
2021-03-02 07:56:11 -08:00
Hui Chen 37b7cdc60b
Change the props name (#497) 2021-03-01 11:01:40 -08:00
Kyaw Thant 9b04525499
Checking in assets for the nuspec (#495) 2021-03-01 10:02:40 -08:00
Kyaw Thant 420a5cfd20
Add PR dependencies feed for Taef Nuget (#494) 2021-02-26 14:08:44 -08:00
Kyaw Thant 93e786dc74
Add CredScan and PostAnalysis for the Foundation Pipelines (#484) 2021-02-26 12:12:43 -08:00
Ryan Shepherd 54f6cc047a
Add project capability for VS telemtry (#487)
Co-authored-by: Ben Kuhn <bjk4929@yahoo.com>
2021-02-26 10:37:14 -08:00
Kyaw Thant a855d6c458
Update to newest udk (#490) 2021-02-26 10:29:47 -08:00
Hui Chen 3552b05d67
remove a condition (#483) 2021-02-25 17:12:25 -08:00
Hui Chen 90dd22d9b9
FWP for C# (#481)
* FWP for C#

* remove comment
2021-02-25 13:37:42 -08:00
Kyaw Thant beaa08c379
Fix flakey builds on nuget restore (#480)
Attempt to fix the flakey builds caused by the solution using restore with a private nuget feed. 401 errors appears inconsistantly. The two combination that seems to work are:
Renewing the PAT on the service connection with slightly different permissions.
Calling Nuget Authenticate on the feed.
2021-02-25 10:11:35 -08:00
Niklas Borson 7963740dc9
User/niklasb/d write core spec (#325)
* Add API spec for DWriteCore.
2021-02-24 15:20:22 -08:00
Hui Chen 7297aba191
Make MRTCore work in framework package (#477) 2021-02-24 14:52:01 -08:00
Kyaw Thant 43b39aebd7
Update to using Microsoft.Taef Nuget package (#473)
Stop using the old manually named Microsoft.Taef.Redist.Wlk package and start using the updated newly renamed Microsoft.Taef package from the ES feed.

Refactor Build and Publish MRT into two different yml files.
2021-02-23 19:45:02 -08:00
Hui Chen 65e32d4df0
Use Framework UDK to get default resource path (#472)
* Use Framework UDK to get default resource path

* rename arch
2021-02-23 17:32:54 -08:00
Kyaw Thant 8743013e91
Stop building ARM for ProjectReunion Foundation (#459)
* remove arm

* remove arm in other places

* non essential arms
2021-02-22 16:47:08 -08:00
Erik Torres 57d82e8b24
add appx manifest to foundation transport package (#460)
* add appx manifest to foundation transport package

* update description and comments

* remove comment from script
2021-02-22 12:43:58 -08:00
Hui Chen 68f204e288
Update FWP version registration (#463) 2021-02-19 16:38:16 -08:00
Dina Ayman 3af9273dd1
Update roadmap.md (#450)
* Update roadmap.md

* Update roadmap.md

* Small fixes

Co-authored-by: Andrew Leader <aleader@microsoft.com>
2021-02-18 18:19:20 -08:00
Andrew Leader 39be818806
Fix roadmap link 2021-02-18 11:33:36 -08:00
Dina Ayman 43702c7264
Make roadmap a bit more discoverable (#451) 2021-02-16 14:14:02 -08:00
Andrew Leader e8f44820ca
Update issue templates (#396)
* Update issue templates

* Use url buttons for questions/discussions
2021-02-08 19:12:46 -08:00
Dina Ayman 9e1c5f24b7
Update roadmap.md (#425) 2021-02-08 12:19:36 -08:00
Thomas Fennel eabcfe04a3
Updates requested by Andrew Clinick (#423)
had a chat with AndrewC - feedback from that incorporated in PR
2021-02-07 22:44:30 -05:00
Dina Ayman 06db804fa4
Update roadmap.md (#417)
* Update roadmap.md

* Update roadmap.md

* Update roadmap.md

* Include statement that this is tentative

Co-authored-by: Andrew Leader <aleader@microsoft.com>
2021-02-04 15:25:30 -08:00
Ben Kuhn 5444c89427
removing stale status badge (#418)
Co-authored-by: Ben Kuhn <benkuhn@ntdev.microsoft.com>
2021-02-04 13:23:48 -08:00
Kyaw Thant 0466ef2da4
Fix nuget config (#411)
Fix nuget config feed
2021-02-03 13:43:02 -08:00
Rohan Palaniappan 8fcc6680df
Changes to generate a Microsoft.ProjectReunion.Foundation NuGet package that supports MRTCore on win32. (#394)
* Changes to generate a Microsoft.ProjectReunion.Foundation NuGet package that supports MRTCore on win32.

* It turns out that the Microsoft.ApplicationModel.Resources.Win32AppPropertySheet.props file isn't needed! A bug in the Microsoft.ApplicationModel.Resources.WinRt.props file needed to be fixed.

* Forgot to make the required corresponding change in the YML file.

* Move the winmd file in the uap10.0 folder into a Microsoft.ApplicationModel.Resources\ subfolder. This step is needed for the reason given in the comment. It is currently done during the aggregation phase in a file that's only in the ADO repo. I'll remove it from there.

* Remove the needless gating of import.
2021-01-29 14:57:52 -08:00
Hui Chen 36aac9cee0
Add TryGetValue (#397)
* Add TryGetValue

* rename
2021-01-26 10:33:49 -08:00
Hui Chen 0386c972c2
fix IDL link (#392) 2021-01-21 17:11:07 -08:00
Rohan Palaniappan cf38b65bc8
Delete sample apps since sample apps are to be in a separate repo. (#365) 2021-01-11 13:01:14 -08:00
Rohan Palaniappan f1ac1a0d9c
Add PRI gen support in win32 apps (tested with string and image resources). (#359)
* Add support for PRI gen for string and image resources.

* TargetPlatformMinVersion isn't defined for win32 apps.
2021-01-08 16:15:04 -08:00
Hui Chen ec83beadd2
Update to CSWinRT 1.1.0 (#358)
* Update to CSWinRT 1.1.0

* cr
2021-01-05 17:13:14 -08:00
Hui Chen 3c312ae508
remove VCRTForwarders (#357) 2021-01-04 14:31:26 -08:00
Howard Kapustein 372b3a87b5
Add <disabledPackageSources> (#317)
* Add <disabledPAckageSources>

* Moved <disabledPackageSources> to top per feedback
2020-12-23 14:00:11 -08:00
Steve Wright 3a27b5d46b
Create bug-report.md (#338)
* Create bug-report.md

Cloned/modified from the WinUI bug report.

* Update bug-report.md
2020-12-11 11:08:44 -08:00
Kyaw Thant 3d3a57836a
Start Running Passing Win32 AppLifeCycle Tests in Foundation Pipeline (#333)
Start Running Passing Win32 AppLifeCycle Tests in Foundation Pipeline
2020-12-08 13:47:10 -08:00
EHO fde809f00a
delete unneeded license.txt (#322) 2020-12-03 14:29:36 -08:00
Kyaw Thant c38bad3e3e
Stop building AppLifecycleTestApp and TestPackage. Fix Nuget Restore failing on Taef.TestAdapter. (#324)
Stop building AppLifecycleTestApp and TestPackage so we can continue to build on our pipeline.
I've attempted to make these two build on the pipeline but there are a couple of issues:

this appx package is being signed with a pfx that doesn't exist on the repo (it shouldn't be on there anyway)
the reference to project reunion lib on AppLifecycleTestApp is failing with LNK1181 on Arm and Arm64
the appxbundle from the testpackage is only configured to build x64 and if I enable the other platforms to build, the pipeline freaks out and x64 starts building x86 and so on.
Fix Nuget Restore failing on Taef.TestAdapter in the ms ProjectReunion pipeline by setting up a nuget service connection to the WindowsES-External feed.
2020-12-03 13:44:07 -08:00
getrou 39ba2249ea
Update MRTCore.WinRT.props hintpath value to point to the WinMD (#323) 2020-12-03 11:25:12 -05:00
mikenelte 02bed91393
Fix version to 0.1.0 (#321) 2020-12-01 12:16:23 -08:00
Kyaw Thant 17d3b4c1bd
Quality of Life changes on ReleaseSigning controls (#318)
This adds a checkbox on the pipeline run widget that you can check if you want to do ReleaseSigning. It's easier than typing out "true" to a variable. Just quality of life changes.
2020-11-30 14:02:37 -08:00
Scott Darnell 727a326cba
Support for FileTypeAssociation registration. (#308)
Initial implementation of file type association registrations for Win32. Also have basic functional tests up and running for both Win32 and Packaged Win32.

The tests now require elevation, in order to install the test apps cert. Also with this change we switch to TAEF for our test harness.
2020-11-30 10:13:20 -08:00
Axel Andrejs 4b62b4c143
Update MRT core samples to .net 5 RTM and WinUI preview 3 (#294)
* Add PlatformTarget (#261)

* Add SkipNonexistentTargets param to MSBuild task that calls the GetMrtPackagingOutputs target for referenced projects. (#260)

* Trial

* Build break

* C# working

* C++ sample

* Remove signing

* Update to winui preview

* Code review feedback

* build pipeline

* missed a spot

* dotnet version

* show installed sdk version

* Window size and lib location

* remove nickname

* no install vs

Co-authored-by: Hui Chen <huichen@microsoft.com>
Co-authored-by: Rohan Palaniappan <35987549+rohanp-msft@users.noreply.github.com>
2020-11-20 12:59:17 -08:00
Kyaw Thant 2baed32c8e
TestSign the Project Reunion Foundation Dll in Foundation pipeline (#298) 2020-11-19 12:18:06 -08:00
eliezerpMS 8e55b462f5
Another minor targets fix (#297) 2020-11-18 16:35:18 -08:00
eliezerpMS 8868fdcbf7
Remove the Project Reunion Foundation CopyLocals for binaries (#295)
* Remove the Project Reunion foundation binary copy locals
2020-11-17 13:43:16 -08:00
eliezerpMS 90820e18c1
Remove common targets file (#292)
This file seems to be giving me issues in the sample app soI am removing the reference to it, so it is not pulled in.
2020-11-16 14:36:04 -08:00
Kyaw Thant 23a3d6148d
Sign the Microsoft.ProjectReunion.dll in the release pipeline
Sign the Microsoft.ProjectReunion.dll in the release pipeline
2020-11-13 16:03:15 -08:00
Hui Chen 6f0a6acb37
Run MRTCore UWP test in ADO pipeline (#290)
* change

* publish

* projectreference

* build param

* change project

* wrong prop

* revert test proj

* merge test

* separate test

* remove test

* comment
2020-11-13 15:50:26 -08:00