Skip to content

Commit e0e7859

Browse files
committed
!temporary! Trace execution
1 parent 9a77441 commit e0e7859

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@echo off
1+
@echo on
22
setlocal
33

44
if exist bin goto Build

eng/GetXCopyMSBuild.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ param(
55
[string]$Version = '17.4.1'
66
)
77

8+
Set-PSDebug -Trace 2
89
Set-StrictMode -Version 2
910
$ErrorActionPreference = 'Stop'
1011

0 commit comments

Comments
 (0)