提交 2b05d2f4 编写于 作者: A Andy Gocke

Fixup DiasymReader nuget command after moving .nuget directory

上级 684a5b95
......@@ -18,7 +18,7 @@
<!-- copy any extra content files (like EULAs) that we need to include -->
<Copy SourceFiles="@(Content)" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
<!-- package! -->
<Exec Command='..\..\.nuget\NuGet Pack "$(MSBuildProjectDirectory)\%(NuSpec.Identity)" -BasePath $(OutDir) -OutputDirectory $(NuGetOutDir) $(NuGetArguments)' />
<Exec Command='..\..\..\.nuget\NuGet Pack "$(MSBuildProjectDirectory)\%(NuSpec.Identity)" -BasePath $(OutDir) -OutputDirectory $(NuGetOutDir) $(NuGetArguments)' />
</Target>
<Target Name="Clean">
<RemoveDir Directories="$(OutDir)NuGet" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册