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