Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Test UWP Builds and APPX generation (#635)
Browse files Browse the repository at this point in the history
* Test UWP Builds and APPX generation

* fixed plugin support

* fix artifact build id so it is unique

* better formatting

* fixed typo
  • Loading branch information
StephenHodgson authored Jun 8, 2020
1 parent 67d34c1 commit 4d06323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Runtime/Utilities/BuildAndDeploy/UwpBuildInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class UwpBuildInfo : BuildInfo
{
public UwpBuildInfo(bool isCommandLine = false) : base(isCommandLine)
{
BuildAppx = isCommandLine;
}

/// <inheritdoc />
Expand Down

0 comments on commit 4d06323

Please sign in to comment.