You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
Enabling clcache with python main.py enable overrides the local Microsoft property sheets in "AppData\Local\Microsoft\MSBuild\v4.0" instead of just inserting it's keys (CLToolExe and CLToolPath). And since the tool did no backup of these files, disabling the tool again left me with empty property sheets.
Since i used those property files for myself, my changes were gone after the process. So i would suggest to just insert the Keys and evetually make a backup of the original files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Enabling clcache with
python main.py enable
overrides the local Microsoft property sheets in "AppData\Local\Microsoft\MSBuild\v4.0" instead of just inserting it's keys (CLToolExe and CLToolPath). And since the tool did no backup of these files, disabling the tool again left me with empty property sheets.Since i used those property files for myself, my changes were gone after the process. So i would suggest to just insert the Keys and evetually make a backup of the original files.
The text was updated successfully, but these errors were encountered: