Open deinok opened 6 years ago
Are you sure that $(MSBuildProjectDirectory)/bin/zipFile.zip
points to the right file?
Also, what OS is this at?
Yes, completely sure. Tested on win-x64 and linux-x64. v2.1.403 This is the zip -> https://nodejs.org/dist/v10.13.0/node-v10.13.0-win-x64.zip
Any update on this?
I am facing this problem as well, any updates here?
can someone post some diagnostic output of the build which has an error, that might help people investigate.
I have seen this kind of thing before where the property is empty (in this case $(MSBuildProjectDirectory)
). The result will be the Unzip
task trying to extract too /bin/
which will definitely not work.
I was seeing this problem here (note I'll make this public end of week): https://github.com/jonathanpeppers/dotnes/pull/16
I changed the pool ubuntu-latest
-> macOS-latest
and the problem went away.
Here is a .binlog
: ubuntu-example.zip
Ok, the failure here is very random. It failed for me once on macOS
, and retry works occasionally.
throw the following error
Access to the path is denied
. Permisions are okey