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

9 Коммитов

Автор SHA1 Сообщение Дата
Howard Kapustein f05b0d0d7a
Rename ProjectReunion -> WindowsAppSDK (#1041)
* ProjectReunion -> WindowsAppSDK rename (first pass. Of many...)

* /build/** renamed

* assets/**

* /docs

* dev\WindowsAppSDK_DLL\

* installer/

* specs/**

* Last pass! Time to test...

* Remove en-us from microsoft URLs e.g. BAD=https://docs.microsoft.com/en-us/blah GOOD=https://docs.microsoft.com/blah. The client+server figure out the appropriate language and update the URL (at least, Microsoft.com does it) so always encode the more generic syntax

* Incorporated feedback

* Merged latest from main and fixed up reunion references brought in

* Incorporated feedback

* Maybe this is it

* This too?

* Fixing another reunion reference that snaked in from recent main...
2021-07-15 22:30:19 -07:00
Kyaw Thant 420a5cfd20
Add PR dependencies feed for Taef Nuget (#494) 2021-02-26 14:08:44 -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
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
Kyaw Thant 0466ef2da4
Fix nuget config (#411)
Fix nuget config feed
2021-02-03 13:43:02 -08:00
Howard Kapustein 372b3a87b5
Add <disabledPackageSources> (#317)
* Add <disabledPAckageSources>

* Moved <disabledPackageSources> to top per feedback
2020-12-23 14:00:11 -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
EHO 87eff0ccd0
nuget.config add for projectreunion-dependencies (#208) 2020-09-23 18:37:47 -07:00
Jon Wiswall 4e3f4fee8b
Add initial solution and code examples (#102)
* Initial commit of Reunion Common Entrypoint

* Rename Common to SampleWinRT

* Care and Feeding of WinRT code

* Add ARM64 target

* Flat C API sample

* Extend sample slightly, fix publishing files

* Update References

* Add a simple test (that doesn't work yet)

* Move to a shared project

* Replace "Universal" DLL with a regular C++/WinRT DLL
Publish "flat C" headers to common output directory
Ensure test execution can find the implementation binary

* Change namespaces, fix up solutions, make test work

* Get a UWP unit test building

* Update to new cppwinrt package

* Include ARM64 in builds, add 'build everything' script

* Add means to test UWP, identity, etc in one shared file

* Rename test projects

* PR feedback

* PR feedback

* PR feedback
2020-07-06 13:27:12 -07:00