Update pipeline template (#572)
* Update pipeline template * Fix tag version for pipeline templates * Update dependencies * Add Pool Name
This commit is contained in:
Родитель
3a5c3f97bc
Коммит
00ad48b230
|
@ -10,8 +10,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="BenchmarkDotNet" Version="0.13.11" />
|
||||
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.11" />
|
||||
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
|
||||
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" />
|
||||
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="gstocco.YamlDotNet.YamlPath" Version="1.0.21" />
|
||||
<PackageReference Include="JsonCons.JsonPath" Version="1.1.0" />
|
||||
<PackageReference Include="Microsoft.CST.OAT" Version="1.2.59" />
|
||||
<PackageReference Include="Microsoft.CST.RecursiveExtractor" Version="1.2.23" />
|
||||
<PackageReference Include="Microsoft.CST.OAT" Version="1.2.62" />
|
||||
<PackageReference Include="Microsoft.CST.RecursiveExtractor" Version="1.2.26" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
|
||||
<PackageReference Include="YamlDotNet" Version="13.7.1" />
|
||||
<PackageReference Include="YamlDotNet" Version="15.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
|
||||
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
|
||||
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
|
||||
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
|
||||
<PackageReference Include="System.Reflection" Version="4.3.0" />
|
||||
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
<PackageReference Include="DotLiquid" Version="2.2.692" />
|
||||
<PackageReference Include="Glob" Version="1.1.9" />
|
||||
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
|
||||
<PackageReference Include="Microsoft.CST.OAT" Version="1.2.59" />
|
||||
<PackageReference Include="Microsoft.CST.RecursiveExtractor" Version="1.2.23" />
|
||||
<PackageReference Include="Microsoft.CST.OAT" Version="1.2.62" />
|
||||
<PackageReference Include="Microsoft.CST.RecursiveExtractor" Version="1.2.26" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
|
||||
<PackageReference Include="ShellProgressBar" Version="5.2.0" />
|
||||
<PackageReference Include="System.Reflection.Metadata" Version="8.0.0" />
|
||||
|
|
|
@ -20,7 +20,7 @@ resources:
|
|||
- repository: templates
|
||||
type: git
|
||||
name: SecurityEngineering/OSS-Tools-Pipeline-Templates
|
||||
ref: refs/tags/v1.1.0
|
||||
ref: refs/tags/v1.1.1
|
||||
|
||||
variables:
|
||||
BuildConfiguration: 'Release'
|
||||
|
@ -35,7 +35,7 @@ stages:
|
|||
parameters:
|
||||
jobName: 'dotnet_test_windows'
|
||||
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
|
||||
vmImage: 'oss-tools-win2022_1es-managed'
|
||||
vmImage: 'win2022-image-base'
|
||||
projectPath: 'AppInspector.Tests/AppInspector.Tests.csproj'
|
||||
|
||||
- stage: SDL
|
||||
|
|
|
@ -18,7 +18,7 @@ resources:
|
|||
- repository: templates
|
||||
type: git
|
||||
name: SecurityEngineering/OSS-Tools-Pipeline-Templates
|
||||
ref: refs/tags/v1.1.0
|
||||
ref: refs/tags/v1.1.1
|
||||
|
||||
variables:
|
||||
BuildConfiguration: 'Release'
|
||||
|
@ -33,7 +33,7 @@ stages:
|
|||
parameters:
|
||||
jobName: 'dotnet_test_windows'
|
||||
dotnetVersions: ['6.0.x','7.0.x','8.0.x']
|
||||
vmImage: 'oss-tools-win2022_1es-managed'
|
||||
vmImage: 'win2022-image-base'
|
||||
projectPath: 'AppInspector.Tests/AppInspector.Tests.csproj'
|
||||
|
||||
- stage: SDL
|
||||
|
@ -119,8 +119,8 @@ stages:
|
|||
- job: sign_hash_release
|
||||
displayName: Code Sign, Generate Hashes, Publish Public Releases
|
||||
pool:
|
||||
name: 'OSS-Tools-1ESPool'
|
||||
vmImage: 'oss-tools-win2022_1es-managed'
|
||||
name: 'CSPA'
|
||||
vmImage: 'win2022-image-base'
|
||||
steps:
|
||||
- task: UseDotNet@2 # For ESRP. Do not use variable.
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче