From 63bd913c0e49ad073425a6751201d7cdd9cc1c5d Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Tue, 30 Aug 2022 17:37:05 +0200 Subject: [PATCH] Prevent our SortResX build target from crashing the CI build. --- ILSpy/ILSpy.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 5f59ad82c..001a03ea7 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -119,7 +119,7 @@ - + powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/sort-resx.ps1