Commit 272b4a3
committed
Fix "build_with_fsharp_from_mono" CI lane
Somehow, the "ResolveReferences" target was not found anymore by
the msbuild tool used in this lane, but we don't need this target
when using Mono because this workaround is only used when using
"dotnet" to create the nuget package.1 parent 4d7c5fb commit 272b4a3
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
0 commit comments