Skip to content

Commit

Permalink
Fixing misnamed directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxx committed Nov 5, 2020
1 parent 195d5d9 commit 4c6596f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- run: dotnet restore NEsperAll.sln
- run: msbuild NEsper.proj
- store_artifacts:
path: build/NEsper-8.5.0.zip
path: build/NEsper-8.5.0.zip
- store_artifacts:
path: build/packages
path: build/packages
2 changes: 1 addition & 1 deletion NEsper.proj
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<NEsperExamplesSource Include="examples\**\*.csproj" Exclude="examples\**\bin\**\*"/>
</ItemGroup>

<Copy SourceFiles="@(NEsperExamplesSource)" DestinationFiles="@(NEsperExamplesSource->'$(BuildRoot)\examplesp\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles="True" />
<Copy SourceFiles="@(NEsperExamplesSource)" DestinationFiles="@(NEsperExamplesSource->'$(BuildRoot)\examples\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles="True" />
</Target>

<Target Name="Copy-Source-All" DependsOnTargets="Copy-Source-Main;Copy-Source-Examples" />
Expand Down

0 comments on commit 4c6596f

Please sign in to comment.