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:
David Kline 2022-11-16 13:53:08 -08:00 коммит произвёл GitHub
Родитель b11d662642
Коммит b545b7c568
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 98 добавлений и 12 удалений

Просмотреть файл

@ -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"
],