From 5071bb62a4ad39a625f77b8723d3655ee7a0e836 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 May 2019 14:52:16 +0100 Subject: [PATCH] Enabled unofficial choco builds --- app/make-nupkg.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/make-nupkg.sh b/app/make-nupkg.sh index e8b17619..6cc60350 100644 --- a/app/make-nupkg.sh +++ b/app/make-nupkg.sh @@ -31,6 +31,7 @@ echo $version # Build installer URL instURL="$CI_JOB_URL/artifacts/browse/release-builds/openflexure-ev-win.exe" +echo $instURL # Build nuspec cat > "$outpath/openflexure-ev.nuspec" <<- EOL @@ -67,4 +68,4 @@ instPS1="Install-ChocolateyPackage $packageName $fileType $silentArgs $instURL" echo $instPS1 > "$toolspath/chocolateyInstall.ps1" # Build nupkg -choco pack --outputdirectory $outpath "$outpath/openflexure-ev.nuspec" \ No newline at end of file +choco pack --allow-unofficial --outputdirectory $outpath "$outpath/openflexure-ev.nuspec" \ No newline at end of file