diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-10-26 20:46:13 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-10-26 20:46:13 +0300 |
| commit | eb2d1376f1b8bdc501f85f2d2ee1ffa291838022 (patch) | |
| tree | 2ecfb2dbd0919adc1b2c169384711a03b5a73735 /Software/Visual_Studio/Web/Tango.MachineService/Models | |
| parent | 6e656acd517f5843d647b0c52791a3cf1d530340 (diff) | |
| download | Tango-eb2d1376f1b8bdc501f85f2d2ee1ffa291838022.tar.gz Tango-eb2d1376f1b8bdc501f85f2d2ee1ffa291838022.zip | |
Work on FSE build variants.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Models/FSEPendingUpload.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/FSEPendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/FSEPendingUpload.cs index 7bb74d045..a33ccfaae 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Models/FSEPendingUpload.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/FSEPendingUpload.cs @@ -18,5 +18,7 @@ namespace Tango.MachineService.Models public String BlobName { get; set; } public String InstallerBlobName { get; set; } + + public int BuildVariant { get; set; } } }
\ No newline at end of file |
