Unable to use subdirectories
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?
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
1 Posted by Nikolai Mynkow on 05 Aug, 2014 09:59 PM
*
NOT working
build_script:
- ps: .\build\build.cmd
Support Staff 2 Posted by Feodor Fitsner on 06 Aug, 2014 11:56 PM
What's the name of that sub-directory you are trying to access:
build
or.build
?Support Staff 3 Posted by Feodor Fitsner on 07 Aug, 2014 12:00 AM
Sorry, found it - the project is open-source. Will look into that issue.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:46 AM.