File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments