diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-21 00:38:50 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-21 00:39:36 -0500 |
| commit | a8f61b39c2995bcf6ac7d54ccb4e2294575af297 (patch) | |
| tree | 78bb59db08fdb655090fc196cb50a59b757c7774 | |
| parent | c664f26e5782a7fd40edd029876944497683234c (diff) | |
Change REM to PS comment
| -rw-r--r-- | appveyor.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml index 71afa0f2..46871397 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,19 +21,19 @@ environment: VER_STUB_NIGHTLY: dev-nightly- build_script: - pwsh: >- - REM Maintenance comments: + # Maintenance comments: - REM APPVEYOR_BUILD_FOLDER= "c:\projects\modorganizer-slug" + # APPVEYOR_BUILD_FOLDER= "c:\projects\modorganizer-slug" - REM -Need to update py3 version used to invoke unimake.py once in a while. + # -Need to update py3 version used to invoke unimake.py once in a while. - REM -Need update MO_VERSION env variable after each release. + # -Need update MO_VERSION env variable after each release. - REM -Always clones umbrella master + # -Always clones umbrella master - REM -Will checkout all the branches matching the one that triggered the build on the main repo. + # -Will checkout all the branches matching the one that triggered the build on the main repo. - REM End comments. + # End comments. git clone --depth=1 https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella |
