This repository was archived by the owner on May 1, 2024. It is now read-only.
Commit 7c48cfe
committed
[msbuild] improved lookup of Xamarin.Forms.targets in integration tests
Context: https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_build/index?buildId=1717939
It looks like the test assemblies are now copied to a build staging
directory on VSTS.
We can rely on `BUILD_STAGINGDIRECTORY` to be set when running in
VSTS, and use an alternative place to find `Xamarin.Forms.targets`.
I also made the tests abort earlier if they can't find
`Xamarin.Forms.targets`.1 parent 760c358 commit 7c48cfe
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
124 | 140 | | |
125 | 141 | | |
126 | 142 | | |
| |||
0 commit comments