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 VSInsertion/Packaging/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/microsoft/CMake.git",
"CommitHash": "4fe28dc1e760d8e63c5ce17b3b061333c2846a8a"
"CommitHash": "544cf1c1a98f448372eb0581bee28df2faa09e16"
}
}
}
Expand Down
14 changes: 14 additions & 0 deletions VSInsertion/Pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ variables:
value: true
- name: Codeql.Language
value: cpp,csharp,javascript,powershell,python,ruby
- name: ComponentDetection.SourcePath
value: $(Build.SourcesDirectory)/VSInsertion
- name: DisableDockerDetector
value: true
- name: PackagingSolutionRoot
Expand Down Expand Up @@ -90,12 +92,16 @@ extends:
pool:
name: VSEngSS-MicroBuild2022-1ES
templateContext:
sdl:
sbom:
BuildComponentPath: '$(ArchiveDir)'
outputs:
- output: pipelineArtifact
displayName: 'Publish CMake x64 Artifact'
targetPath: $(ArchiveDir)
artifactName: CMakeX64
codeSignValidationEnabled: false
sbomBuildDropPath: $(ArchiveDir)
steps:
- checkout: self
clean: true
Expand Down Expand Up @@ -210,12 +216,16 @@ extends:
pool:
name: VSEngSS-MicroBuild2022-1ES
templateContext:
sdl:
sbom:
BuildComponentPath: '$(ArchiveDir)'
outputs:
- output: pipelineArtifact
displayName: 'Publish CMake ARM64 Artifact'
targetPath: $(ArchiveDir)
artifactName: CMakeArm64
codeSignValidationEnabled: false
sbomBuildDropPath: $(ArchiveDir)
steps:
- checkout: self
clean: true
Expand Down Expand Up @@ -275,12 +285,16 @@ extends:
pool:
name: VSEngSS-MicroBuild2022-1ES
templateContext:
sdl:
sbom:
BuildComponentPath: '$(ArchiveDir)'
outputs:
- output: pipelineArtifact
displayName: 'Publish CMake x86 Artifact'
targetPath: $(ArchiveDir)
artifactName: CMakeX86
codeSignValidationEnabled: false
sbomBuildDropPath: $(ArchiveDir)
steps:
- checkout: self
clean: true
Expand Down