This commit is contained in:
Chenyang Liu 2018-08-20 11:39:01 +08:00
Родитель 4e76e0b1c9
Коммит 6a269dd03c
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.3.0</MicroBuildCorePackageVersion>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<RepositoryRoot>$(MSBuildThisFileDirectory)\..</RepositoryRoot>
</PropertyGroup>
</Project>

Просмотреть файл

@ -22,7 +22,7 @@
<!-- The OutDir and IntermediateOutputPath properties are required by MicroBuild. MicroBuild only
signs files that are under these paths. -->
<OutDir>$(RepositoryRoot)\</OutDir>
<IntermediateOutputPath>$(RepositoryRoot)\artifacts\build</IntermediateOutputPath>
<IntermediateOutputPath>$(RepositoryRoot)artifacts\build</IntermediateOutputPath>
</PropertyGroup>
<Message Text="IntermediateOutputPath = $(IntermediateOutputPath)" />