Conversation
Update License to match dotnet/arcade@1e49672 and fix issue with #339
|
Remove You can also remove the condition on line https://github.com/dotnet/iot/blob/master/Directory.Build.props#L6. |
|
not sure if I understood correctly what needs to be changed - I'm not too familiar with Arcade (presumably since we have default copyright now I don't need to define it anymore)? |
|
I'm getting errors about: I suspect I just need to update tools to higher version, do you perhaps have the right number? (I didn't get any result when grepped for |
|
2.1.503 should be good enough. Your build doesn't collect log artifacts, so we can't look at a build log :( BTW, delete https://github.com/dotnet/iot/blob/master/src/Iot.Device.Bindings/Directory.Build.props#L7 and https://github.com/dotnet/iot/blob/master/src/System.Device.Gpio/Directory.Build.props#L8 |
|
I've merged my changes to publish the build logs, so I'm restarting the builds so that we can better analyze why is the build failing |
|
restarting didn't take my changes, I'll try closing and reopening the PR. If that doesn't work, We may need that @krwq rebase to get my yml changes. |
|
Ok, so according to the logs, the thing you need to remove is line Line 8 in c6a421b Simply remove the line that sets the expression property, and build should pass now. |
|
That is not the right fix. Please keep the license expression. |
|
@tmat I just reverted the change. Do you know what is the right fix then? You should be able to take a peek at the logs now, the one you care about is |
|
Looks like all we needed after your suggestions was actually to perform an update of arcade. @tmat is this good to go now? |
Ah, that explains. I assumed the update already happened. |

Update License to match dotnet/arcade@1e49672
and fix issue with #339
@chcosta I'm not 100% sure if this is fixing the issue with that PR but seems that's what the error is about, please let me know if that's not it (that's the only difference I could think of)