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
As of today, we do not have a reliable way to log/inform if the build steps msbuild build.proj /t:build
downloaded all the proper tools required
AND msbuild build.proj /t:build /p:Scope=SDKs\<RP>
generated/added the proper metadata in the .props file for given RP
There should be some <BeforeTargets> tasks added that perform this validation (existence of required files in tools dir and metadata in the .props file)
The text was updated successfully, but these errors were encountered:
As of today, we do not have a reliable way to log/inform if the build steps
msbuild build.proj /t:build
downloaded all the proper tools required
AND
msbuild build.proj /t:build /p:Scope=SDKs\<RP>
generated/added the proper metadata in the .props file for given RP
There should be some
<BeforeTargets>
tasks added that perform this validation (existence of required files in tools dir and metadata in the .props file)The text was updated successfully, but these errors were encountered: