CI updates and packaging updates for WinRTTextToSpeech (#295)
* add meta files * streamline keywords * add ability to specify / filter build platform targets
This commit is contained in:
Родитель
b11d662642
Коммит
b545b7c568
|
@ -24,14 +24,18 @@ jobs:
|
|||
vmImage: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
x86:
|
||||
BuildPlatform: x86
|
||||
x64:
|
||||
BuildPlatform: x64
|
||||
ARM:
|
||||
BuildPlatform: ARM
|
||||
ARM64:
|
||||
BuildPlatform: ARM64
|
||||
${{ if contains(parameters.BuildPlatforms, 'x86' )}}
|
||||
x86:
|
||||
BuildPlatform: x86
|
||||
${{ if contains(parameters.BuildPlatforms, 'x64' )}}
|
||||
x64:
|
||||
BuildPlatform: x64
|
||||
${{ if contains(parameters.BuildPlatforms, 'ARM' )}}
|
||||
ARM:
|
||||
BuildPlatform: ARM
|
||||
${{ if contains(parameters.BuildPlatforms, 'ARM64' )}}
|
||||
ARM64:
|
||||
BuildPlatform: ARM64
|
||||
steps:
|
||||
- template: Tasks/build.yml
|
||||
parameters:
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
name: '$(date:yyMM).$(date:dd)$(rev:rr)-${{ parameters.Project }}'
|
||||
|
||||
parameters:
|
||||
- name: BuildPlatforms
|
||||
type: string
|
||||
default: x86 x64 ARM ARM64
|
||||
- name: Sign
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -38,3 +41,4 @@ extends:
|
|||
SolutionPath: $(Build.SourcesDirectory)/WinRTTextToSpeech/WinRTTextToSpeech.sln
|
||||
BuildOutputPath: $(Build.SourcesDirectory)/WinRTTextToSpeech/Release
|
||||
UnityFolderPath: $(Build.SourcesDirectory)/WinRTTextToSpeech/UnityAddon
|
||||
parameters.BuildPlatforms: x64 x64
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: af0e3244b4bccc74aafb542294a25f49
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,74 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c11d05af3cda8214cb40b18fcb2ff818
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
defineConstraints: []
|
||||
isPreloaded: 0
|
||||
isOverridable: 1
|
||||
isExplicitlyReferenced: 0
|
||||
validateReferences: 1
|
||||
platformData:
|
||||
- first:
|
||||
: Any
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
Exclude Editor: 1
|
||||
Exclude Linux64: 0
|
||||
Exclude OSXUniversal: 0
|
||||
Exclude Win: 0
|
||||
Exclude Win64: 0
|
||||
Exclude WindowsStoreApps: 1
|
||||
- first:
|
||||
Any:
|
||||
second:
|
||||
enabled: 0
|
||||
settings: {}
|
||||
- first:
|
||||
Editor: Editor
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: x86
|
||||
DefaultValueInitialized: true
|
||||
OS: AnyOS
|
||||
- first:
|
||||
Standalone: Linux64
|
||||
second:
|
||||
enabled: 1
|
||||
settings:
|
||||
CPU: None
|
||||
- first:
|
||||
Standalone: OSXUniversal
|
||||
second:
|
||||
enabled: 1
|
||||
settings:
|
||||
CPU: x86
|
||||
- first:
|
||||
Standalone: Win
|
||||
second:
|
||||
enabled: 1
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
- first:
|
||||
Standalone: Win64
|
||||
second:
|
||||
enabled: 1
|
||||
settings:
|
||||
CPU: None
|
||||
- first:
|
||||
Windows Store Apps: WindowsStoreApps
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
CPU: AnyCPU
|
||||
DontProcess: false
|
||||
PlaceholderPath:
|
||||
SDK: AnySDK
|
||||
ScriptingBackend: AnyScriptingBackend
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -9,10 +9,6 @@
|
|||
"keywords": [
|
||||
"mrtk",
|
||||
"microsoft",
|
||||
"mixed",
|
||||
"reality",
|
||||
"xr",
|
||||
"hololens",
|
||||
"text to speech",
|
||||
"tts"
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче