diff options
author | Li Jin <dragon-fly@qq.com> | 2021-02-17 11:22:07 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-02-17 11:22:07 +0800 |
commit | 7066392d1c974065181d95d93274136dcd625d43 (patch) | |
tree | cf51eafc2c52cbc12246a306bca172d799193d30 /appveyor.yml | |
parent | 90cd12ad9ef465f3e435e1bd034dcfbe4e19d016 (diff) | |
download | yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.gz yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.bz2 yuescript-7066392d1c974065181d95d93274136dcd625d43.zip |
stop reusing variables, rename project.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 94125fd..c7f83e9 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -8,7 +8,7 @@ configuration: | |||
8 | - Release | 8 | - Release |
9 | platform: x86 | 9 | platform: x86 |
10 | build: | 10 | build: |
11 | project: MoonPlus.sln | 11 | project: Yuescript.sln |
12 | parallel: true | 12 | parallel: true |
13 | verbosity: normal | 13 | verbosity: normal |
14 | test: off | 14 | test: off |