Skip to content

Commit

Permalink
Update the CodeSign validation parameters (#10392)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-alizada authored Jul 18, 2024
1 parent 0c31934 commit 47f364c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .vsts-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ extends:
codeSignValidation:
enabled: true
break: true
additionalTargetsGlobPattern: -|**\bootstrapper\**\vs_enterprise.exe

stages:
- stage: build
Expand Down Expand Up @@ -182,12 +183,6 @@ extends:
displayName: 'OptProf - Build VS bootstrapper'
condition: succeeded()

- task: PowerShell@2
displayName: Delete the file
inputs:
targetType: 'inline'
script: Get-ChildItem -Path "$(Build.SourcesDirectory)\artifacts\VSSetup\$(BuildConfiguration)\Insertion\bootstrapper" -Recurse -Filter "vs_enterprise.exe" | Remove-Item -Verbose

# Publish run settings
- task: PowerShell@2
inputs:
Expand Down

0 comments on commit 47f364c

Please sign in to comment.