Files created during the INSTALL step are not deployed
Hi,
during our Install
build step, we use
node
to do some requirejs
and
gulp
stuff. Part of this process, is that it creates 2
files
-application-<someHash>.js
-
application-<someHas>.css
so it creates those two files, with some random hash in the middle. Works great ... until deployment time :(
Is there a way to get MSDeploy
to know
that those two new, dynamically created files, need to be included
in the deploy process?
eg. copy those two files to ~\Content\public\
.
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
Support Staff 1 Posted by Feodor Fitsner on 09 Feb, 2015 06:14 AM
Take a look at this: http://www.appveyor.com/docs/deployment/web-deploy#including-exclud...
Also, these two thread might help too:
http://help.appveyor.com/discussions/problems/1429-afterbuild-not-r...
http://help.appveyor.com/discussions/problems/853-adding-files-to-a...
2 Posted by Pure Krome on 09 Feb, 2015 07:06 AM
Ack! Delving into the worst part of Visual Studio :: the xml proj or sln files :(
/me hobbles off, dejected ...
back!
Oh wow. it worked! So this is what I did for all those reading this from their google searching..
and that picks up the
application.<hash>.css
andjs
file that was made during the node install funky pew pew step.Pure Krome closed this discussion on 09 Feb, 2015 07:07 AM.