This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree 4 files changed +6
-38
lines changed
Modules/Microsoft.PowerShell.ThreadJob 4 files changed +6
-38
lines changed Original file line number Diff line number Diff line change 61
61
displayName : ' Run BinSkim '
62
62
inputs :
63
63
InputType : Basic
64
- AnalyzeTarget : ' $(BUILD_SOURCE)\Microsoft.PowerShell.SecretManagement \Microsoft.PowerShell.SecretManagement .dll'
64
+ AnalyzeTarget : ' $(BUILD_SOURCE)\Microsoft.PowerShell.ThreadJob \Microsoft.PowerShell.ThreadJob .dll'
65
65
AnalyzeSymPath : ' SRV*'
66
66
AnalyzeVerbose : true
67
67
AnalyzeHashes : true
88
88
- task : securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@1
89
89
displayName : ' TSA upload to Codebase: PSThreadJob_201912 Stamp: Azure'
90
90
inputs :
91
+ tsaStamp : Azure
91
92
codeBaseName : PSThreadJob_201912
92
93
tsaVersion : TsaV2
93
94
uploadFortifySCA : false
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ function DoBuild
22
22
Copy-Item " ${SrcPath} /${ModuleName} .psd1" " ${OutDirectory} /${ModuleName} "
23
23
24
24
# Copy format files here
25
- Write-Verbose - Verbose " Copy-Item ${SrcPath} /${ModuleName} .format.ps1xml to ${OutDirectory} /${ModuleName} "
26
- copy-item " ${SrcPath} /${ModuleName} .format.ps1xml" " ${OutDirectory} /${ModuleName} "
25
+ # Write-Verbose -Verbose "Copy-Item ${SrcPath}/${ModuleName}.format.ps1xml to ${OutDirectory}/${ModuleName}"
26
+ # copy-item "${SrcPath}/${ModuleName}.format.ps1xml" "${OutDirectory}/${ModuleName}"
27
27
28
28
# Copy help
29
29
Write-Verbose - Verbose - Message " Copying help files to '$BuildOutPath '"
Original file line number Diff line number Diff line change 3
3
<!-- Config files for Azure DevOps code-signing pipeline. -->
4
4
<SignConfigXML >
5
5
<job platform =" " configuration =" " dest =" __OUTPATHROOT__\signed" jobname =" PSThreadJob" approvers =" vigarg;gstolt" >
6
- <file src =" __INPATHROOT__\Microsoft.PowerShell.SecretManagement .psd1" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.psd1" />
7
- <file src =" __INPATHROOT__\Microsoft.PowerShell.SecretManagement .dll" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.dll" />
6
+ <file src =" __INPATHROOT__\Microsoft.PowerShell.ThreadJob .psd1" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.psd1" />
7
+ <file src =" __INPATHROOT__\Microsoft.PowerShell.ThreadJob .dll" signType =" AuthenticodeFormer" dest =" __OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.dll" />
8
8
</job >
9
9
</SignConfigXML >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments