Przeglądaj źródła

Fixed a bug in the build script that caused one of the generated files to be copied incorrectly

ArnoldZokas 15 lat temu
rodzic
commit
4f34cc21e0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build/build.csproj

+ 1 - 1
build/build.csproj

@@ -55,7 +55,7 @@
 			<TargetDirectory>$(SourceDirectory)\ProtocolBuffers.Test\TestProtos</TargetDirectory>
 		</GeneratedSource>
 		<GeneratedSource Include="$(BuildTempDirectory)\AddressBookProtos.cs">
-			<TargetDirectory>$(SourceDirectory)\ProtocolBuffers.Test\TestProtos</TargetDirectory>
+			<TargetDirectory>$(SourceDirectory)\AddressBook</TargetDirectory>
 		</GeneratedSource>
 		<GeneratedSource Include="$(BuildTempDirectory)\UnitTestCSharpOptionsProtoFile.cs">
 			<TargetDirectory>$(SourceDirectory)\ProtocolBuffers.Test\TestProtos</TargetDirectory>