Skip to content

Commit 30f9c1e

Browse files
Change assembly files and complete formally autobuild
1 parent b044b15 commit 30f9c1e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
- cmd: set BUILD_FOLDER=%APPVEYOR_BUILD_FOLDER%\scripts
7676
- cmd: set GAMEDATA_FOLDER=%APPVEYOR_BUILD_FOLDER%\GameData
7777
# download and extract KSP DLLs
78-
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_0.zip
78+
- cmd: curl -fsS -o%DOWNLOAD_FOLDER%\dlls.7z https://d237kiopfuf7h0.cloudfront.net/download/KSPDLL_1_4_1.zip
7979
- cmd: cd %DOWNLOAD_FOLDER% & dir
8080
- cmd: 7z.exe e -p%DLL_ARCH_PASS% -o%ASSEMBLY_FOLDER% %DOWNLOAD_FOLDER%\dlls.7z
81-
# display what are in the directories
81+
# display what are in the following directories
8282
- cmd: cd %ASSEMBLY_FOLDER% & dir
8383
- cmd: cd %BUILD_FOLDER% & dir
8484
- cmd: cd %APPVEYOR_BUILD_FOLDER% & dir
@@ -164,9 +164,9 @@
164164
auth_token:
165165
secure: n+llubPy/E9M9wRI1EkEM+dTxzDem7dVCquHhNwHCokxKP42l2svIO9deKnClD4y
166166
# is it a draft release?
167-
draft: true
167+
draft: false
168168
# is a a pre-release?
169-
prerelease: false
169+
prerelease: true
170170
# which branch?
171171
on:
172172
branch: develop
@@ -211,11 +211,11 @@
211211
# on_build_status_changed: true
212212

213213
# Github
214-
#- provider: GitHubPullRequest
215-
# auth_token:
216-
# secure: n+llubPy/E9M9wRI1EkEM+dTxzDem7dVCquHhNwHCokxKP42l2svIO9deKnClD4y
214+
- provider: GitHubPullRequest
215+
auth_token:
216+
secure: n+llubPy/E9M9wRI1EkEM+dTxzDem7dVCquHhNwHCokxKP42l2svIO9deKnClD4y
217217

218218
# Slack using webhook
219-
#- provider: Slack
220-
# incoming_webhook:
221-
# secure: UYWbRjEf2f/AfPVych87UTtvwwEfdk/ukZQb+PnlGzL9h7fjoQhH0IDfYoLLSguO6uGIEilbfBohUg4znkjikaVcI8OoZVxcPwXnsJliKRI=
219+
- provider: Slack
220+
incoming_webhook:
221+
secure: UYWbRjEf2f/AfPVych87UTtvwwEfdk/ukZQb+PnlGzL9h7fjoQhH0IDfYoLLSguO6uGIEilbfBohUg4znkjikaVcI8OoZVxcPwXnsJliKRI=

0 commit comments

Comments
 (0)