Skip to content

Commit b4125f7

Browse files
committed
Remove download.ps1 and replace Powershell command with a one-liner.
1 parent c360437 commit b4125f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if not exist .paket mkdir .paket
55

66
if not exist .paket/paket.bootstrapper.exe (
77
@echo "Installing Paket"
8-
Powershell.exe -File download.ps1
8+
Powershell.exe -Command "Invoke-WebRequest -Uri https://github.com/fsprojects/Paket/releases/download/2.12.5/paket.bootstrapper.exe -OutFile .paket\paket.bootstrapper.exe"
99

1010

1111
.paket\paket.bootstrapper.exe prerelease

download.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)