File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ extends:
87
87
ob_sdl_tsa_configFile : $(Build.SourcesDirectory)\DSC\.config\tsaoptions.json
88
88
ob_outputDirectory : ' $(Build.ArtifactStagingDirectory)'
89
89
repoRoot : $(Build.SourcesDirectory)\DSC
90
- signSrcPath : $(Agent.TempDirectory)/ signSrcPath
90
+ signSrcPath : $(Agent.TempDirectory)\ signSrcPath
91
91
ob_artifactBaseName : ' DSC-$(buildName)'
92
92
ob_sdl_sbom_enabled : true
93
93
ob_signing_setup_enabled : true
@@ -134,8 +134,7 @@ extends:
134
134
command : ' sign'
135
135
signing_profile : external_distribution
136
136
files_to_sign : |
137
- *.exe;
138
- *.ps1;
137
+ **\*.exe;
139
138
**\*.ps1;
140
139
**\*.psd1;
141
140
**\*.psm1;
@@ -255,6 +254,11 @@ extends:
255
254
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
256
255
displayName: 'Build $(buildName)'
257
256
condition: succeeded()
257
+ - task : PublishPipelineArtifact@1
258
+ displayName : Publish Pipeline Artifact
259
+ inputs :
260
+ targetPath : ' $(ob_outputDirectory)'
261
+ artifact : ' DSC-$(buildName)'
258
262
259
263
- stage : Release
260
264
dependsOn : BuildAndSign
You can’t perform that action at this time.
0 commit comments