-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
ALL
-
None
-
3
-
1-Day
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The test msi tasks are dependencies of the generic push tasks so that means that all push tasks (linux, macos) depend on windows build, package and msi test tasks.
This has some negative consequences in that if the windows tasks fails you can't push any other builds for any other variant.
The msi test tasks should either:
- be variant independent and noop on non windows platforms
- the push pipeline should be duplicated and separated for windows.