albanian-xrm / albanian-xrm/CDSPROJ-SDK

Build on v.14 and v.15 fails for missing Solution.xml

オープン
#6 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
6
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

My .cdsproj file:

```XML


$(MSBuildThisFileDirectory)map.build.xml
Unmanaged
Managed
$(FileVersion)


true
Verbose
Info
$(OutputPath)$(MSBuildProjectName)_v$(SolutionFileVersion)_unmanaged.zip
$(OutputPath)$(MSBuildProjectName)_v$(SolutionFileVersion)_managed.zip
$(OutputPath)$(MSBuildProjectName)_v$(SolutionFileVersion).zip

```

Launching

```Powershell
dotnet build -c Release -property:FileVersion=1.0.0
```

It gets the following error

```txt
Restore complete (0,3s)
master net462 failed with 1 error(s) (1,4s)
C:\Users\riccardo.gregori\.nuget\packages\microsoft.powerapps.msbuild.solution\2.11.2\build\Microsoft.PowerApps.MSBuild.Solution.targets(102,5): error Could not find a part of the path 'C:\Sources\solutions\master\obj\Release\Metadata\Other\Solution.xml'.
```

Same error is also on v.1.0.14.

If i take the v13, it works, the build succeeds

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。