From df17b01ec75b1d811e3a4aae1b617866e09ec631 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 17 Jul 2018 14:34:47 -0700 Subject: [PATCH] Docs --- build/scripts/test-determinism.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/scripts/test-determinism.ps1 b/build/scripts/test-determinism.ps1 index 0d299482939..17b1335a51e 100644 --- a/build/scripts/test-determinism.ps1 +++ b/build/scripts/test-determinism.ps1 @@ -1,8 +1,16 @@ +#### +# +# $bootstrapDir: directory containing the bootstrap compiler +# $release: whether to build a debug or release build +# $altRootDrive: the drive we build on (via subst) for verifying pathmap implementation +# +#### [CmdletBinding(PositionalBinding=$false)] param ( [string]$bootstrapDir = "", [switch]$release = $false, [string]$altRootDrive = "q:") + Set-StrictMode -version 2.0 $ErrorActionPreference = "Stop" -- GitLab