Skip to content

Commit

Permalink
Update LanguageIdentification.CLD3.Native.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jun 24, 2024
1 parent 53c181f commit f16a9fc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
</PropertyGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent" Condition="'$(Configuration)'=='Release'">
<Exec Command="echo $(CurrentAbsolutePath)" />
<Exec Command="echo $(ThirdPartyAbsolutePath)" />
<Exec Command="echo 'docker build --file ./Dockerfile -t $(DockerImageName) ../..'" />
<Exec Command="echo 'docker run --name $(DockerContainerName) -v $(ThirdPartyAbsolutePath):/repo/third_party/cld3/ -v $(CurrentAbsolutePath):/repo/src/LanguageIdentification.CLD3.Native $(DockerImageName)'" />

<Exec Command="docker build --file ./Dockerfile -t $(DockerImageName) ../.." />
<Exec Command="docker run --name $(DockerContainerName) -v $(ThirdPartyAbsolutePath):/repo/third_party/cld3/ -v $(CurrentAbsolutePath):/repo/src/LanguageIdentification.CLD3.Native $(DockerImageName)" />
<Exec Command="docker rm $(DockerContainerName) --force" />
Expand Down

0 comments on commit f16a9fc

Please sign in to comment.