Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Update ThreadJob module CI #76

Merged
merged 1 commit into from
Apr 29, 2020
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
3 changes: 2 additions & 1 deletion Modules/Microsoft.PowerShell.ThreadJob/.ci/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
displayName: 'Run BinSkim '
inputs:
InputType: Basic
AnalyzeTarget: '$(BUILD_SOURCE)\Microsoft.PowerShell.SecretManagement\Microsoft.PowerShell.SecretManagement.dll'
AnalyzeTarget: '$(BUILD_SOURCE)\Microsoft.PowerShell.ThreadJob\Microsoft.PowerShell.ThreadJob.dll'
AnalyzeSymPath: 'SRV*'
AnalyzeVerbose: true
AnalyzeHashes: true
Expand All @@ -88,6 +88,7 @@ steps:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@1
displayName: 'TSA upload to Codebase: PSThreadJob_201912 Stamp: Azure'
inputs:
tsaStamp: Azure
codeBaseName: PSThreadJob_201912
tsaVersion: TsaV2
uploadFortifySCA: false
Expand Down
4 changes: 2 additions & 2 deletions Modules/Microsoft.PowerShell.ThreadJob/doBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function DoBuild
Copy-Item "${SrcPath}/${ModuleName}.psd1" "${OutDirectory}/${ModuleName}"

# Copy format files here
Write-Verbose -Verbose "Copy-Item ${SrcPath}/${ModuleName}.format.ps1xml to ${OutDirectory}/${ModuleName}"
copy-item "${SrcPath}/${ModuleName}.format.ps1xml" "${OutDirectory}/${ModuleName}"
# Write-Verbose -Verbose "Copy-Item ${SrcPath}/${ModuleName}.format.ps1xml to ${OutDirectory}/${ModuleName}"
# copy-item "${SrcPath}/${ModuleName}.format.ps1xml" "${OutDirectory}/${ModuleName}"

# Copy help
Write-Verbose -Verbose -Message "Copying help files to '$BuildOutPath'"
Expand Down
4 changes: 2 additions & 2 deletions Modules/Microsoft.PowerShell.ThreadJob/sign-module-files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Config files for Azure DevOps code-signing pipeline. -->
<SignConfigXML>
<job platform="" configuration="" dest="__OUTPATHROOT__\signed" jobname="PSThreadJob" approvers="vigarg;gstolt">
<file src="__INPATHROOT__\Microsoft.PowerShell.SecretManagement.psd1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.psd1" />
<file src="__INPATHROOT__\Microsoft.PowerShell.SecretManagement.dll" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.dll" />
<file src="__INPATHROOT__\Microsoft.PowerShell.ThreadJob.psd1" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.psd1" />
<file src="__INPATHROOT__\Microsoft.PowerShell.ThreadJob.dll" signType="AuthenticodeFormer" dest="__OUTPATHROOT__\Microsoft.PowerShell.ThreadJob.dll" />
</job>
</SignConfigXML>
33 changes: 0 additions & 33 deletions Modules/Microsoft.PowerShell.ThreadJob/src/code/AssemblyInfo.cs

This file was deleted.