File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ variables:
2828 BuildConfiguration : Release
2929
3030steps :
31+ - script : |
32+ reg ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
33+ reg ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
34+
35+ displayName : Disable strong name verification
36+
3137- task : DotNetCoreInstaller@0
3238 inputs :
3339 version : ' 3.0.100-preview4-010374'
@@ -64,12 +70,6 @@ steps:
6470 arguments : install --tool-path . dotnet-reportgenerator-globaltool
6571 displayName : Install ReportGenerator tool
6672
67- - script : |
68- reg ADD "HKLM\SOFTWARE\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
69- reg ADD "HKLM\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,94bc3704cddfc263" /f
70-
71- displayName : Disable strong name verification
72-
7373- task : DotNetCoreCLI@2
7474 inputs :
7575 command : test
You can’t perform that action at this time.
0 commit comments