Граф коммитов

524 Коммитов

Автор SHA1 Сообщение Дата
Scott Haynie 6573648a80
Update certificates (#324) 2024-10-31 09:51:05 -07:00
Scott Haynie 992ba7f6e0
Update codesign (#323)
* Update ESRP params

* New appID

* Total shot in the dark

* Revert "Total shot in the dark"

This reverts commit 51bb96f0e7.
2024-10-30 09:39:59 -07:00
Scott Haynie a75ece591a
Remove docgen python (#322)
* Revert regex change before renaming file

* Rename doc creation python scripts.  Docs are already generated and checked in, no need to have python here that triggers codeql alerts.
2024-10-16 12:45:38 -07:00
Scott Haynie 28c421007b
Small change to regex in python file to prevent codeql from flagging … (#321)
Small change to regex in python file to prevent codeql from flagging it for exponential backtracking
2024-10-15 18:41:37 -07:00
Scott Haynie f0ebf0af96
Add spectre mitigation to compile (#319)
* Add spectre mitigation to compile

* Try the 143 toolset
2024-08-20 20:36:34 -07:00
Scott Haynie 474f219b08
Add schedule and bug upload to the builds (#318)
* Enable TSA bug upload

* Add schedule to make sure CodeQL runs every 15 days
2024-08-20 10:07:52 -07:00
Scott Haynie 0d71fe6d42
Add suppressions (#317)
* Fix template path

* Add suppressions
2024-08-15 08:09:59 -07:00
Scott Haynie 0a1f128031
Add 1ES pipeline (#316) 2024-08-14 16:49:08 -07:00
Scott Haynie 83605820e6
Enable control flow guard and secure checksums to resolve binskim errors (#315)
enable control flow guard and secure checksums to resolve binskim errors

(cherry picked from commit 934ba043b7)
2024-08-13 22:00:19 -07:00
Scott Haynie 21a095b640
Update codesign ADO task to the latest using cert authentication (#313)
* Update to the latest codesign task using cert auth

* Update dot net installer ado task
2024-06-11 13:47:21 -07:00
Adam Mollis 2ab73d2644
Updating TTS package to meeting Unity Asset Store requirements (#310)
* The extra metafile for the readme is invalid for UPM publishing

* Keeping meta file but don't pack into documentation~ folder
2024-01-20 11:01:26 -08:00
Adam Mollis 1505e7e6ce
Updating CHANGELOG.md to satisfy UMP package publishing requirements (#306)
Updating CHANGELOG.md to satisfy Unity's UMP package publishing requirements.
2024-01-19 13:29:30 -08:00
Adam Mollis 38dcb95d90
Update the MRTK Windows Text-To-Speech Plugin package to be compatible with Unity's UPM Asset Store. (#304)
‼️ Note, the min Unity version supporting UPM Asset Store packages is 2021.3.26f1. That's why you see "unityRelease"="26f1". This change won't prohibit people from obtaining the this package via the MR Feature Tool or scoped registries on older versions of the Unity.

* Had to specify unity patch release. The minimum supported version for the UPM Asset Store is 2021.3.26f1, hence this patch number
Had to specify a documentation URL
2023-11-01 10:10:05 -07:00
microsoft-github-policy-service[bot] 8454abcce5
Adding Microsoft SECURITY.MD (#302)
Microsoft mandatory file

Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2023-06-28 12:21:12 -07:00
Srinjoy Majumdar 5ead7c8ec3
Add support for custom voice name to windows TTS (#301)
* add support for custom voice name

* update pinvoke, version and changelog

* switch to new method
2023-04-11 16:27:55 -07:00
Kurtis 02c5cd152d
Fix signing (#299)
* Simplify Architectures matrix

* Update pipeline.yml

* Add ability to specify BuildVmImage

* Fix GHSA-5crp-9r3c-p9vr

https://github.com/advisories/GHSA-5crp-9r3c-p9vr

* Try to install .NET Core 2.1

* Update pack.yml

* Try installing to the same path as the other versions
2022-12-08 15:44:52 -08:00
David Kline d21a549326
enable filtering of target platforms during ci (#298)
attempt 2 to filter target platforms during ci
2022-11-16 15:18:04 -08:00
David Kline 78b4e76056
undo for real (#297)
* add meta files

* streamline keywords

* add ability to specify / filter build platform targets

* undo filter attempt

* undo for real this time :/
2022-11-16 14:05:26 -08:00
David Kline 34ddfd007f
undo the pipeline changes (#296)
* add meta files

* streamline keywords

* add ability to specify / filter build platform targets

* undo filter attempt
2022-11-16 13:57:31 -08:00
David Kline b545b7c568
CI updates and packaging updates for WinRTTextToSpeech (#295)
* add meta files

* streamline keywords

* add ability to specify / filter build platform targets
2022-11-16 13:53:08 -08:00
David Kline b11d662642
ci work to enable winrttexttospeech (#294) 2022-11-15 15:19:51 -08:00
David Kline 65b8a5704c
CI related updates to the proejct file, and add version resource (#293)
* switch to vs 2019 compiler

* create new vs2019 projects, add platforms

* add resource info

* better match other solutions
2022-11-15 14:23:41 -08:00
David Kline 5229433218
Ttsvs19 (#292)
* switch to vs 2019 compiler

* create new vs2019 projects, add platforms
2022-11-10 17:02:00 -08:00
David Kline 54ffa69a9d
switch to vs 2019 compiler (#291) 2022-11-10 16:23:25 -08:00
David Kline 26bb57c7e5
add winrttts plugin build (#290) 2022-11-10 13:40:44 -08:00
David Kline f0331fc61c
add dll to enable using winrt tts api in win32 (#289)
* wip wrapper for winrt speech synthesis on win32

* in progress tts dll

* update project, fix some obvious errors

* fixed data reading

* a bit of cleanup

* pr feedback: pass 1

* pr feedback: pass 2

* Update WinRTTextToSpeech/WinRTTextToSpeech/WinRTTextToSpeech.cpp

Co-authored-by: MaxWang-MS <68253937+MaxWang-MS@users.noreply.github.com>

* pr feedback: pass 3

* pr feedback: pass 3.1

* improve allocations

* some doc commenting

* add UnityAddon folder

* add meta file for the built dll

* pr feedback: remove x86 build target

* add missing meta file (the .md will be copied during publishing)

* pr feedback: tweak #if placement

Co-authored-by: MaxWang-MS <68253937+MaxWang-MS@users.noreply.github.com>
2022-11-10 12:25:11 -08:00
Kurtis d62992a66d
Really fix the pipeline this time, for real (#288) 2022-06-23 09:21:20 -07:00
Kurtis 68d7228904
Fix pipeline (#287)
Clean up paths
2022-06-23 09:06:35 -07:00
Kurtis 9406abcf7c
Update pipeline.yml (#286) 2022-06-22 16:32:07 -07:00
Kurtis c0948b4bd6
Update pipeline.yml (#285) 2022-06-22 16:28:41 -07:00
Kurtis 39bcfd8a1d
Update pipeline.yml (#284) 2022-06-22 16:25:43 -07:00
Kurtis c5e9ee0105
Pipelines update (#283)
* Rearrange folders

* Move to new VM pool

* Use $(Build.SourcesDirectory)/
2022-06-22 13:56:26 -07:00
dependabot[bot] 6cf22b26dd
Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /Sharing/Src/Projects/SessionManager.UI (#282)
Bump Newtonsoft.Json in /Sharing/Src/Projects/SessionManager.UI

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.8...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 13:11:38 -07:00
Kurtis 9c9e655726
Merge pull request #280 from keveleigh/oops-pipeline-again
Make the correct change and temporarily turn off GpuStats buillding
2022-03-01 11:30:12 -08:00
Kurtis 52939112f1
Make the correct change and temporarily turn off GpuStats buillding 2022-03-01 11:20:10 -08:00
Kurtis 83ca48ebd7
Merge pull request #279 from keveleigh/update-pipeline-again
Update pipeline.yml
2022-03-01 09:35:07 -08:00
Kurtis 17bfdab977
Update pipeline.yml 2022-02-28 15:48:11 -08:00
Kurtis d7cb7dcd4c
Merge pull request #275 from keveleigh/update-pipeline
Update pipeline
2021-08-18 13:12:14 -07:00
Kurtis 9bb293902c
Move to new pool 2021-08-18 11:29:53 -07:00
Kurtis 34b1be7e61
Rename sign to pack 2021-08-18 11:29:53 -07:00
Kurtis df1503aa1f
Squash pack into sign 2021-08-18 10:44:30 -07:00
David Kline b63b40b9a4
Merge pull request #272 from microsoft/mic_pipeline
mic stream pipeline: replace literal tool path
2021-03-22 13:12:36 -07:00
David Kline dcfcc21ccb remove extra " 2021-03-22 13:12:02 -07:00
David Kline fd5937c4c2 replace literal tool path 2021-03-22 13:08:35 -07:00
David Kline 7a99f1dd61
Merge pull request #270 from keveleigh/fix-pipeline
Use explicit VS path
2021-03-22 12:35:44 -07:00
Kurtis 00a4c4994c
Use explicit VS path 2021-03-22 12:20:52 -07:00
David Kline 3ff05f87d9
Merge pull request #268 from keveleigh/fix-pipeline
Use $(WindowsSDKDir)
2021-03-22 12:08:14 -07:00
Kurtis e1eff0d4ad
Use $(WindowsSDKDir) 2021-03-22 12:07:05 -07:00
David Kline 784b3a6361
Merge pull request #267 from keveleigh/fix-pipeline
Update MicStreamSelector.vcxproj
2021-03-22 11:45:05 -07:00
Kurtis 203514fd4c
Update MicStreamSelector.vcxproj 2021-03-22 11:41:12 -07:00