Skip to content

Commit

Permalink
Disable CSV for bootstrapper since we don't ship it (#7999)
Browse files Browse the repository at this point in the history
* Disable CSV for bootstrapper since we don't ship it

* Move csv exclusion to entire job since we publish lots of unsigned artifacts

* Fix NugetAuthenticate warnings
  • Loading branch information
AdamYoblick authored Sep 23, 2024
1 parent 436d1da commit a4a25cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build/templates/restore_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
steps:

# nuget authenticate so we can restore from azure artifacts
- task: NuGetAuthenticate@0
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate'

# npm authenticate so we can restore from azure artifacts
Expand Down
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ extends:
# If the pipeline publishes artifacts, use `templateContext` to define the artifacts.
# This will enable 1ES PT to run SDL analysis tools on the artifacts and then upload them.
templateContext:
# Disable code signing validation because we don't ship ANY of the artifacts that we publish.
# The only released artifacts are uploaded via the 1ES.MicroBuildVstsDrop@1 below.
sdl:
codeSignValidation:
enabled: false
outputs:
- output: pipelineArtifact
displayName: 'Publish build artifact: binaries'
Expand Down

0 comments on commit a4a25cf

Please sign in to comment.