Skip to content

Tags: microsoft/WindowsAppSDK

Tags

v2.0-exp3

Toggle v2.0-exp3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Spec: PackageValidator API in PackageManagement.md (#5863)

Added documentation for new proposed API for PackageValidation

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Spec: PackageValidator API in PackageManagement.md (#5863)

Added documentation for new proposed API for PackageValidation

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API Spec: PackageValidator API in PackageManagement.md (#5863)

Added documentation for new proposed API for PackageValidation

v2.0-exp2

Toggle v2.0-exp2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Shorten VSIX DisplayName to fit 50 char limit when Experimental prefi…

…x is added (#5953)

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
User/alexlam/arm64mitigation main 251015 (#5908)

* Conditionally include Test_arm64 stage

* Refactor Test_arm64 stage to use conditional syntax

* Change default for arm64 sample tests to false

Temporarily set default to not test on arm64 to address capacity issues.

* Update default setting for arm64 sample tests

Temporarily change default for arm64 tests to false due to capacity issues.

* Change arm64 test setting default to false

* Update display name for arm64 test configuration

* Update display name for arm64 test configuration

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MSIX FindPackageFile*() API Spec (#5885)

* Package API Spec

* Incorporated feedback

* Incporated feedback

* Fixed overload

* Incorporated feedback

v2.0-exp1

Toggle v2.0-exp1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed -Check/InstallVCLibs error if multiple versions of a package ar…

…e installed (#5833)

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Installing VCLibs from tests in pipeline (#5816)

* Manually copying vclibs

* Removing from bypass list

* Installing VCLibs on pipeline

* Revert "Manually copying vclibs"

This reverts commit 620e238.

* Cleaning bypass list 2

* Cleaning powershell script

* Revert "Cleaning powershell script"

This reverts commit a94b7fd.

* Fix script

* Simplifying script

* Adding failing tests to bypass

* Addinf PushNotification and AppLifecycle tests to all platforms

* Reverting push notification back to x64 only

* Adding windows server image to bypass for app lifecycle

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding testdef to disabled tests that are failing (#5822)

* Adding testdef to disabled tests that are failing

* Copying the testdef files

* Fixing json

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct Package Family Name Construction for Main and Singleton Packa…

…ges (#5729)

* fix packageFamilyName

* fix format

* Update DeploymentManager.cpp

address PR comments

* address PR comments