We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b72e8 commit ea6c697Copy full SHA for ea6c697
action.yml
@@ -16,7 +16,6 @@ runs:
16
$xml = [xml](Get-Content -Path $project)
17
if (-not $xml.Project.xmlns) {
18
dotnet add $project package SecurityCodeScan.VS2019
19
- $xml = [xml](Get-Content -Path $project)
20
}
21
else {
22
$packageId = "SecurityCodeScan.VS2019"
@@ -89,6 +88,7 @@ runs:
89
88
Invoke-Expression "[Program$id]::Main()"
90
91
+ $xml = [xml](Get-Content -Path $project)
92
if ($xml.Project.xmlns) {
93
$nsmgr = New-Object System.Xml.XmlNamespaceManager $xml.NameTable
94
$nsmgr.AddNamespace('x','http://schemas.microsoft.com/developer/msbuild/2003')
0 commit comments