File tree 5 files changed +17
-17
lines changed
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
@@ -61,10 +61,13 @@ jobs:
61
61
Send-VstsCommand "vso[task.setvariable variable=Signed]$(Build.SourcesDirectory)\bin\Release\Signed"
62
62
displayName: Bootstrap & Build
63
63
64
- - template : templates/compliance.yml
65
- parameters :
66
- configuration : Release
67
- framework : net461
64
+ - task : ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
65
+ displayName : ' Component Governance Detection'
66
+ inputs :
67
+ sourceScanPath : ' $(Build.SourcesDirectory)'
68
+ snapshotForceEnabled : true
69
+ scanType : ' Register'
70
+ failOnAlert : true
68
71
69
72
# Sign the module files
70
73
- task : PkgESCodeSign@10
@@ -152,3 +155,8 @@ jobs:
152
155
Write-Host "##vso[artifact.upload containerfolder=PSReadLine;artifactname=PSReadLine]$(PSReadLine)"
153
156
Write-Host "##vso[artifact.upload containerfolder=NuGetPackage;artifactname=NuGetPackage]$(NuGetPackage)"
154
157
displayName: 'Upload artifacts'
158
+
159
+ - template : templates/compliance.yml
160
+ parameters :
161
+ configuration : Release
162
+ 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