Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"instanceUrl": "https://microsoft.visualstudio.com",
"projectName": "OS",
"areaPath": "OS\\Windows Client and Services\\WinPD\\DFX-Developer Fundamentals and Experiences\\DEFT\\InstaDev",
"iterationPath": "OS\\Future",
"notificationAliases": [
"instadev@microsoft.com"
],
"ignoreBranchName": true,
"repositoryName": "winget-create"
}
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,7 @@ xffff
yml
zhuangtongfa
DWM
tsa
tsaoptions
tzautoupdate
Usb
6 changes: 6 additions & 0 deletions pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ resources:
extends:
template: v2/Microsoft.Official.yml@templates
parameters:
globalSdl:
tsa:
enabled: true
configFile: $(Build.SourcesDirectory)\.config\tsaoptions.json
onboard: false

featureFlags:
WindowsHostVersion:
Version: 2022
Expand Down
Loading