diff options
author | glx <glx@openttd.org> | 2019-02-09 15:45:54 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2019-02-09 16:02:47 +0100 |
commit | 8c0bfb46377c6b528c658003086144f973d64a55 (patch) | |
tree | d47be9a7129a1572e4986d090b2d6802b3a64aa1 | |
parent | b7ed49af337f876954f207329e960dc89edf7bb2 (diff) | |
download | openttd-8c0bfb46377c6b528c658003086144f973d64a55.tar.xz |
Update: [AzurePipelines] NSIS is now part of the Hosted image
-rw-r--r-- | azure-pipelines/templates/windows-dependency-nsis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines/templates/windows-dependency-nsis.yml b/azure-pipelines/templates/windows-dependency-nsis.yml index a1ee8f81e..9b54a3ac5 100644 --- a/azure-pipelines/templates/windows-dependency-nsis.yml +++ b/azure-pipelines/templates/windows-dependency-nsis.yml @@ -4,8 +4,6 @@ parameters: steps: - bash: | set -ex - # NSIS will be part of the Hosted image in the next update. Till then, we install it ourself - choco install nsis -y mkdir nsis-plugin; cd nsis-plugin curl -L https://devs.openttd.org/~truebrain/nsis-plugins/Nsis7z.zip > Nsis7z.zip |