乙ᗰᗩᑎ350᙭
乙ᗰᗩᑎ350᙭
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
😐
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
It turns out that if you don't accidently delete the file in the task before you go to copy it... It will still exist
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
So... fun fact
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
:blobfacepalm:
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
I'M A FUCKING DUMBASS
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
OH
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
my other project has a lot of funky stuff going on w/ manipulating the build output (hence the changes), and I just copied the directory props/targets from it when I made this project
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
ah
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
?
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
will do a try/catch
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
nope, same error
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
<ZipFiles Include="/home/newmaz/Documents/HFF_ObjectGrabber/build/bin/output/ObjectGrabber.dll" />
<ZipFiles Include="/home/newmaz/Documents/HFF_ObjectGrabber/build/bin/output/ObjectGrabber.dll" />
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
I can always try passing in a hard-coded absolute path
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
regaredless, that sucks
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
actually, that may be because I'm not running this in VS
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
I take back that "apparently"
ZipOutput:
Zipping build
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: The "ZipTask" task failed unexpectedly.
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: System.NotImplementedException: The method or operation is not implemented.
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at System.Diagnostics.Debugger.Launch () [0x00000] in <d636f104d58046fd9b195699bcb1a744>:0
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at ObjectGrabberBuildTasks.ZipTask.Execute () [0x00001] in <b1013ce523be46928187f3751e5ec03c>:0
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <3fa5db086dc941c1a57d0f5b812004f0>:0
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <3fa5db086dc941c1a57d0f5b812004f0>:0
Done Building Project "/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj" (default targets) -- FAILED.
Done Building Project "/home/newmaz/Documents/HFF_ObjectGrabber/ObjectGrabber.sln" (default targets) -- FAILED.
ZipOutput:
Zipping build
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: The "ZipTask" task failed unexpectedly.
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: System.NotImplementedException: The method or operation is not implemented.
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at System.Diagnostics.Debugger.Launch () [0x00000] in <d636f104d58046fd9b195699bcb1a744>:0
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at ObjectGrabberBuildTasks.ZipTask.Execute () [0x00001] in <b1013ce523be46928187f3751e5ec03c>:0
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <3fa5db086dc941c1a57d0f5b812004f0>:0
/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj(34,5): error MSB4018: at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x002b9] in <3fa5db086dc941c1a57d0f5b812004f0>:0
Done Building Project "/home/newmaz/Documents/HFF_ObjectGrabber/src/ObjectGrabber.csproj" (default targets) -- FAILED.
Done Building Project "/home/newmaz/Documents/HFF_ObjectGrabber/ObjectGrabber.sln" (default targets) -- FAILED.
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
will throw it in the task rq
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
apparently
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
and if that is the case, using the ZipDirectory task wouldn't solve anything
44 replies
CC#
Created by 乙ᗰᗩᑎ350᙭ on 4/22/2025 in #help
✅ [SOLVED] MSBuild Task says file does not exist
putting AfterTargets="Build" also fails
44 replies