[ad_1]
i have a visual studio 2019 project that i need to build over and over again as it triggers a post-build script. but if I build the project once, and then try again, the second time my build will just say “up to date” and wont trigger any post built steps
Build started...
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
same thing happens if I trigger my build using command line msbuild
is there some way I can tell my VS2019 project to always build, regardless of if no files were changed since the last build? Thanks
[ad_2]