Forráskód Böngészése

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

ArnoldZokas 15 éve
szülő
commit
4f34cc21e0
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>