Skip to content

Commit 06ed818

Browse files
authored
Upgrade System.Management.Automation to 6.2.4 (Azure#202)
1 parent f688c73 commit 06ed818

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.azure-pipelines/daily-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ steps:
2424
inputs:
2525
command: custom
2626
custom: msbuild
27-
arguments: 'build.proj /p:Configuration=Debug /t:Build /NoLogo'
28-
29-
- task: ComponentGovernanceComponentDetection@0
30-
inputs:
31-
scanType: 'Register'
32-
verbosity: 'Verbose'
33-
alertWarningLevel: 'High'
27+
arguments: 'build.proj /p:Configuration=Debug /t:Build /NoLogo'

src/Dependencies.Test.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
</ItemGroup>
1919
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'">
2020
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
21-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.0" IncludeAssets="All" />
21+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.4" IncludeAssets="All" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)