Unable to use subdirectories

Nikolai Mynkow's Avatar

Nikolai Mynkow

05 Aug, 2014 09:58 PM

Hi,

I have problems with subdirectories which I use inside my build scripts. On local environment everything is OK. For example

appveyor.yml
------------------
Working
build_script:
  - ps: .\build.cmd

NOT working
build_script:
  - ps: .build\build.cmd

It just says file or dir not found.

When I use the root directory the build script starts, it restores nugetpackages but then fails because of the same problem

https://ci.appveyor.com/project/mynkow/multithreading-scheduler/build/1.0.10

So, the question is Is it me? What am I doing wrong?

  1. 1 Posted by Nikolai Mynkow on 05 Aug, 2014 09:59 PM

    Nikolai Mynkow's Avatar

    *
    NOT working
    build_script:
      - ps: .\build\build.cmd

  2. Support Staff 2 Posted by Feodor Fitsner on 06 Aug, 2014 11:56 PM

    Feodor Fitsner's Avatar

    What's the name of that sub-directory you are trying to access: build or .build?

  3. Support Staff 3 Posted by Feodor Fitsner on 07 Aug, 2014 12:00 AM

    Feodor Fitsner's Avatar

    Sorry, found it - the project is open-source. Will look into that issue.

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:46 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac