Skip to content

Commit 7f6bbba

Browse files
committed
Remove unnecessary --dry-run
1 parent 1ae83e9 commit 7f6bbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/xaprepare/xaprepare/Steps/Step_InstallDotNetPreview.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ string[] GetInstallationScriptArgs (string version, string dotnetPath, string do
160160
}
161161

162162
args = new List<string> {
163-
dotnetScriptPath, "--version", version, "--install-dir", dotnetPath, "--verbose", "--dry-run"
163+
dotnetScriptPath, "--version", version, "--install-dir", dotnetPath, "--verbose"
164164
};
165165

166166
if (runtimeOnly) {

0 commit comments

Comments
 (0)