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
2 changes: 1 addition & 1 deletion .config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"instanceUrl": "https://msazure.visualstudio.com",
"projectName": "One",
"areaPath": "One\\MGMT\\Compute\\Powershell\\Powershell\\PowerShell Core",
"areaPath": "One\\MGMT\\Compute\\Powershell\\Powershell\\PowerShell Core\\PSResourceGet",
"notificationAliases": [
"[email protected]",
"[email protected]",
Expand Down
29 changes: 9 additions & 20 deletions .pipelines/PSResourceGet-Official.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
#################################################################################
# OneBranch Pipelines #
# This pipeline was created by EasyStart from a sample located at: #
# https://aka.ms/obpipelines/easystart/samples #
# Documentation: https://aka.ms/obpipelines #
# Yaml Schema: https://aka.ms/obpipelines/yaml/schema #
# Retail Tasks: https://aka.ms/obpipelines/tasks #
# Support: https://aka.ms/onebranchsup #
#################################################################################
name: PSResourceGet-Release-$(Build.BuildId)
trigger: none # https://aka.ms/obpipelines/triggers
trigger: none
pr:
branches:
include:
Expand Down Expand Up @@ -36,7 +27,7 @@ resources:
ref: refs/heads/main

extends:
template: v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates # https://aka.ms/obpipelines/templates
template: v2/OneBranch.Official.CrossPlat.yml@onebranchTemplates
parameters:
featureFlags:
WindowsHostVersion: '1ESWindows2022'
Expand All @@ -49,18 +40,16 @@ extends:
enabled: true
packageName: Microsoft.PowerShell.PSResourceGet
codeql:
tsaEnabled: true
compiled:
enabled: true
asyncSdl: # https://aka.ms/obpipelines/asyncsdl
credscan:
enabled: true
forStages: [stagebuild]
credscan:
enabled: true
scanFolder: $(Build.SourcesDirectory)\PSResourceGet
binskim:
enabled: true
apiscan:
enabled: false
scanFolder: $(Build.SourcesDirectory)\PSResourceGet
binskim:
enabled: true
apiscan:
enabled: false

stages:
- stage: stagebuild
Expand Down
Loading