Skip to content

Commit

Permalink
Update Pipeline Component Versions (microsoft#4560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly authored Jun 17, 2024
1 parent 04b2c4c commit e6ceef4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
configuration: '$(BuildConfiguration)'
diagnosticsEnabled: true
condition: succeededOrFailed()

- task: VSTest@2
displayName: 'Run tests: Microsoft.Management.Configuration.UnitTests (InProc)'
inputs:
Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
alertWarningLevel: 'High'

# Run BimSkim for all the binaries
- task: BinSkim@3
- task: BinSkim@4
displayName: 'Run BinSkim '
inputs:
arguments: 'analyze
Expand All @@ -480,7 +480,7 @@ jobs:
"$(buildOutDir)\Microsoft.Management.Configuration.OutOfProc\Microsoft.Management.Configuration*.dll"
--config default --recurse'

- task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@2
- task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@3
displayName: 'Publish Security Analysis Logs'

- job: 'BuildPowerShellModule'
Expand All @@ -491,7 +491,7 @@ jobs:
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Build Artifacts'

- task: CopyFiles@2
displayName: 'Copy x64 PowerShell Binaries to Output'
inputs:
Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
- pwsh: .\RunTests.ps1 -testModulesPath $(Build.ArtifactStagingDirectory) -outputPath $(Pipeline.Workspace)\PesterTest -packageLayoutPath $(Pipeline.Workspace)\Build.x64release\DevPackage
workingDirectory: $(Build.SourcesDirectory)\src\PowerShell\tests\
displayName: Run PowerShell 7 Tests

- powershell: .\RunTests.ps1 -testModulesPath $(Build.ArtifactStagingDirectory) -outputPath $(Pipeline.Workspace)\WPPesterTest
workingDirectory: $(Build.SourcesDirectory)\src\PowerShell\tests\
displayName: Run Windows PowerShell Tests
Expand Down

0 comments on commit e6ceef4

Please sign in to comment.