Commit 2bca09d
[create-vsix] Fix build ordering for xa-prep-tasks on Windows (#836)
Context: https://devdiv.visualstudio.com/DevDiv/Default/_build/index?buildId=978440&_a=summary
On Windows the following scenario is happening:
- `_CreateDependencies` (and `GetXAVersionInfo`) load xa-prep-tasks.dll
- This locks the assembly (on Windows only)
- `<ProjectReference/>` causes xa-prep-tasks to build, but the output
assembly is locked
- There is also an issue here if xa-prep-tasks is not built yet, as
MSBuild tasks are used from it.
The fix is to add a `DependsOnTargets` for `ResolveAssemblies`, this
builds xa-prep-tasks before using it.1 parent 46d4040 commit 2bca09d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments