File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 20
20
pool : Package ES Lab A
21
21
22
22
# APIScan can take a long time
23
- timeoutInMinutes : 200
23
+ timeoutInMinutes : 240
24
24
25
25
steps :
26
26
@@ -62,10 +62,13 @@ jobs:
62
62
Send-VstsCommand "vso[task.setvariable variable=Signed]$(Build.SourcesDirectory)\bin\Release\Signed"
63
63
displayName: Bootstrap & Build
64
64
65
- - template : templates/compliance.yml
66
- parameters :
67
- configuration : Release
68
- framework : net461
65
+ - task : ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
66
+ displayName : ' Component Governance Detection'
67
+ inputs :
68
+ sourceScanPath : ' $(Build.SourcesDirectory)'
69
+ snapshotForceEnabled : true
70
+ scanType : ' Register'
71
+ failOnAlert : true
69
72
70
73
# Sign the module files
71
74
- task : PkgESCodeSign@10
@@ -153,3 +156,8 @@ jobs:
153
156
Write-Host "##vso[artifact.upload containerfolder=PSReadLine;artifactname=PSReadLine]$(PSReadLine)"
154
157
Write-Host "##vso[artifact.upload containerfolder=NuGetPackage;artifactname=NuGetPackage]$(NuGetPackage)"
155
158
displayName: 'Upload artifacts'
159
+
160
+ - template : templates/compliance.yml
161
+ parameters :
162
+ configuration : Release
163
+ framework : net461
Original file line number Diff line number Diff line change @@ -74,11 +74,3 @@ steps:
74
74
CredScan : true
75
75
PoliCheck : true
76
76
PoliCheckBreakOn : Severity2Above
77
-
78
- - task : ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
79
- displayName : ' Component Governance Detection'
80
- inputs :
81
- sourceScanPath : ' $(Build.SourcesDirectory)'
82
- snapshotForceEnabled : true
83
- scanType : ' Register'
84
- failOnAlert : true
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" System.Xml.XDocument" version =" 4.3.0" />
18
18
<PackageReference Include =" System.Data.DataSetExtensions" version =" 4.5.0" />
19
19
<PackageReference Include =" Microsoft.CSharp" version =" 4.5.0" />
20
- <PackageReference Include =" PowerShellStandard.Library" version =" 5.1.0-* " Condition =" '$(TargetFramework)' == 'net461'" />
20
+ <PackageReference Include =" PowerShellStandard.Library" version =" 5.1.0" Condition =" '$(TargetFramework)' == 'net461'" />
21
21
<PackageReference Include =" Microsoft.PowerShell.SDK" version =" 7.0.3" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
22
22
</ItemGroup >
23
23
Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" PowerShellStandard.Library" version =" 5.1.0-* " />
21
- <PackageReference Include =" Microsoft.CSharp" version =" 4.5.0-* " />
20
+ <PackageReference Include =" PowerShellStandard.Library" version =" 5.1.0" />
21
+ <PackageReference Include =" Microsoft.CSharp" version =" 4.5.0" />
22
22
</ItemGroup >
23
23
<ItemGroup >
24
24
<None Include =" PSReadLine.psd1" CopyToOutputDirectory =" PreserveNewest" />
Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" Microsoft.CSharp" version =" 4.5.0" />
24
24
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
25
25
<PackageReference Include =" Microsoft.PowerShell.SDK" Version =" 7.0.3" Condition =" '$(TargetFramework)' == 'netcoreapp3.1'" />
26
- <PackageReference Include =" PowerShellStandard.Library" version =" 5.1.0-* " Condition =" '$(TargetFramework)' == 'net461'" />
26
+ <PackageReference Include =" PowerShellStandard.Library" version =" 5.1.0" Condition =" '$(TargetFramework)' == 'net461'" />
27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
You can’t perform that action at this time.
0 commit comments