Skip to content
Discussion options

You must be logged in to vote

Ah, I just realized that I can fix this by removing the readonly attributes during the post-build event. That way, when the next build starts, it doesn't have to deal with any readonly attributes. The commands, BTW, are

attrib -r bin\*.* /s
attrib -r obj\*.* /s

Not sure if removing the attributes from the obj folder is necessary, but I have it there just in case.

I will mark this as the answer. However, if anyone has a better way to resolve this, I'd be interested to hear.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrewkdci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant