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

Commit 8ceefa8

Browse files
authored
Update CI to work (#76)
1 parent 8433f21 commit 8ceefa8

File tree

4 files changed

+6
-38
lines changed

4 files changed

+6
-38
lines changed

Modules/Microsoft.PowerShell.ThreadJob/.ci/compliance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ steps:
6161
displayName: 'Run BinSkim '
6262
inputs:
6363
InputType: Basic
64-
AnalyzeTarget: '$(BUILD_SOURCE)\Microsoft.PowerShell.SecretManagement\Microsoft.PowerShell.SecretManagement.dll'
64+
AnalyzeTarget: '$(BUILD_SOURCE)\Microsoft.PowerShell.ThreadJob\Microsoft.PowerShell.ThreadJob.dll'
6565
AnalyzeSymPath: 'SRV*'
6666
AnalyzeVerbose: true
6767
AnalyzeHashes: true
@@ -88,6 +88,7 @@ steps:
8888
- task: securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@1
8989
displayName: 'TSA upload to Codebase: PSThreadJob_201912 Stamp: Azure'
9090
inputs:
91+
tsaStamp: Azure
9192
codeBaseName: PSThreadJob_201912
9293
tsaVersion: TsaV2
9394
uploadFortifySCA: false

Modules/Microsoft.PowerShell.ThreadJob/doBuild.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ function DoBuild
2222
Copy-Item "${SrcPath}/${ModuleName}.psd1" "${OutDirectory}/${ModuleName}"
2323

2424
# 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}"
2727

2828
# Copy help
2929
Write-Verbose -Verbose -Message "Copying help files to '$BuildOutPath'"

Modules/Microsoft.PowerShell.ThreadJob/sign-module-files.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Config files for Azure DevOps code-signing pipeline. -->
44
<SignConfigXML>
55
<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" />
88
</job>
99
</SignConfigXML>

Modules/Microsoft.PowerShell.ThreadJob/src/code/AssemblyInfo.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)