Merge branch 'auto-update' into 'master'

Updated choco CI

See merge request openflexure/openflexure-microscope-jsclient!30
This commit is contained in:
Joel Collins 2019-05-29 08:53:57 +00:00
commit 200edd14b3
2 changed files with 1 additions and 3 deletions

View file

@ -74,6 +74,4 @@ meta:choco:
- tools/chocolateyInstall.ps1
- ./*.nupkg
only:
- stable
- tags
- web

View file

@ -41,7 +41,7 @@ echo "Nupkg version: $version"
# Build installer URL
pipelineURL="$CI_PROJECT_URL/-/jobs/artifacts/$CI_COMMIT_REF_NAME/raw"
instURL="$pipelineURL/openflexure-ev-win.exe?job=package:win32"
instURL="$pipelineURL/openflexure-ev-win.exe?job=package"
nuspecURL="$CI_JOB_URL/artifacts/browse"
echo "$instURL"