We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c360437 commit b4125f7Copy full SHA for b4125f7
build.cmd
@@ -5,7 +5,7 @@ if not exist .paket mkdir .paket
5
6
if not exist .paket/paket.bootstrapper.exe (
7
@echo "Installing Paket"
8
- Powershell.exe -File download.ps1
+ Powershell.exe -Command "Invoke-WebRequest -Uri https://github.com/fsprojects/Paket/releases/download/2.12.5/paket.bootstrapper.exe -OutFile .paket\paket.bootstrapper.exe"
9
10
11
.paket\paket.bootstrapper.exe prerelease
download.ps1
0 commit comments