Skip to content

Commit

Permalink
try and remove csc before adding our own
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcomp authored Dec 23, 2024
1 parent 7331b6f commit d05dfb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Write-Output "PowerShell $($PSVersionTable.PSEdition) version $($PSVersionTable.
Set-StrictMode -Version 2.0; $ErrorActionPreference = "Stop"; $ConfirmPreference = "None"; trap { Write-Error $_ -ErrorAction Continue; exit 1 }
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent

Write-Output "::remove-matcher owner=csc::"
Write-Output "::add-matcher::$PSScriptRoot\\.github\fixedcsc.json"

###########################################################################
Expand Down

0 comments on commit d05dfb9

Please sign in to comment.