Skip to content

Commit

Permalink
Do not use hash sign in AppVeyor version format.
Browse files Browse the repository at this point in the history
Using hash sign (#) in version format causes
  "Build not found or access denied."
error in build history page of AppVeyor.
  • Loading branch information
yukawa committed May 10, 2015
1 parent c57a78e commit 321e065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

version: '{branch} build #{build}'
version: '{branch} build {build}'
skip_tags: true
clone_depth: 1
clone_folder: c:\projects\mozc
Expand Down
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2094
BUILD=2095
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down

0 comments on commit 321e065

Please sign in to comment.