We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609e96e commit 05a6922Copy full SHA for 05a6922
scripts/build.ps1
@@ -39,7 +39,7 @@ if ((Test-Path "$pwd\src\patch.amd.yml") -or
39
}
40
41
icm `
42
- -ScriptBlock $([Scriptblock]::Create($(iwr 'https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/bootstrap.ps1'))) `
+ -ScriptBlock $([Scriptblock]::Create([System.Net.WebClient]::new().DownloadString('https://raw.githubusercontent.com/Qonfused/OCE-Build/main/ci/bootstrap.ps1'))) `
43
-ArgumentList (@("build -c $pwd $($patches -join ' ') $($arguments -join ' ')"))
44
45
# Run the post-build script
0 commit comments