Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a7, a8, a9 - is not recognized as an internal or external command #2

Closed
3F opened this issue May 24, 2017 · 1 comment
Closed

a7, a8, a9 - is not recognized as an internal or external command #2

3F opened this issue May 24, 2017 · 1 comment

Comments

@3F
Copy link
Owner

3F commented May 24, 2017

appveyor
a7, a8, a9 - is not recognized as an internal or external command,
diffversions Tests: 1,4,5,8,9,11
https://ci.appveyor.com/project/3Fs/hmsbuild/build/build-18

all ok for my env -_-

3F added a commit that referenced this issue May 25, 2017
3F added a commit to 3F/GetNuTool that referenced this issue May 25, 2017
@3F
Copy link
Owner Author

3F commented May 25, 2017

the problem was by missed CR when cloning with appveyor git cfg
well, seems ok now - https://ci.appveyor.com/project/3Fs/hmsbuild/build/build-25

I'm not sure about best way for this. I added git attr to force using of crlf for all batch files:

*.bat text eol=crlf

because...

appveyor:
>git config core.autocrlf
input

upd. same problem with unit-tests for other project:

There I placed Environment - Init script:

git config --global core.autocrlf true

@3F 3F closed this as completed May 25, 2017
3F added a commit to 3F/DllExport that referenced this issue Jan 27, 2020
* NOTE: Release Candidate includes all actual fixes from
        [ 1.7 beta-1 to beta-4 ] releases. And also adds the following:

* NEW: Implemented updater for wizard. Issue #109.

* NEW: Textual export of affected data to diag.

* CHANGED: Updated logic for an offline versions
            with optional converting to online if needed.

* CHANGED: `.gitattributes` now will be distributed with packages.
           Use this to avoid related problems:
           `a7, a8, a9 - is not recognized as an internal or external command`
           3F/hMSBuild#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant