Skip to content

Commit 62dc40b

Browse files
committed
Restrict Pdb2XmlCommand to DEBUG mode on Windows only (#3641)
1 parent 168eebe commit 62dc40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ILSpy/Commands/Pdb2XmlCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1717
// DEALINGS IN THE SOFTWARE.
1818

19-
#if DEBUG
19+
#if DEBUG && WINDOWS
2020

2121
using System.Collections.Generic;
2222
using System.Composition;

0 commit comments

Comments
 (0)