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
Fix build issues with on demand workflow for pixel designer and pixel runner (#208)
* Fix build issues with on demand workflow for pixel designer and pixel runner
1. For linux-x64 , build pixel runner on windows-latest os. We are getting an error while building on linux-latest - error NETSDK1100: To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true. We could build on linux-latest by passisng /p:EnableWindowsTargeting to true alternatively.
2. Fixed artifiact path for designer and runner
* correct artifact name
0 commit comments