Add a pre build event that downloads the sourcecode instead
Currently sourcecode.zip is manually created in the source tree so it will be added to the vsix during build. This causes the sourcecode.zip file to be committed as well. Not committing the file increases the chance of being emitted. Replace this with a build event that downloads the latest code as a zip and puts the file in the target dir before build. This will make the build fail if the code cannot be downloaded. Remove the sourcecode.zip from the repo once this is working.
-
Please register or sign in to post a comment