We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i am executing power-shell commands like this in my team-city build step:
remove-item \\my-dev-st-app1\Applications\my-api\node_modules -force -recurse copy-item %system.teamcity.build.checkoutDir%\node_modules -destination \\my-dev-st-app1\Applications\my-api -force -recurse
but i am getting the following types of issues on a seemingly random set of files:
any guidance appreciated!
thx, tony.
The text was updated successfully, but these errors were encountered:
We generally have to stop the app pool before copying files.
Sorry, something went wrong.
No branches or pull requests
i am executing power-shell commands like this in my team-city build step:
but i am getting the following types of issues on a seemingly random set of files:
any guidance appreciated!
thx,
tony.
The text was updated successfully, but these errors were encountered: