Skip to content

Commit

Permalink
rename Publish to publish for case-sensitive OS
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrutshah committed Jul 19, 2017
1 parent bf0c09f commit 535f741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi-diff/src/core/OpenApiDiff/OpenApiDiff.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<Target Name="CopyPublishDlls" AfterTargets="Publish">
<Message Importance="High" Text="Copying the publish dlls into Node library..." />
<ItemGroup>
<Files Include="$(OutDir)/Publish/**/*" />
<Files Include="$(OutDir)/publish/**/*" />
</ItemGroup>
<Microsoft.Build.Tasks.Copy SourceFiles="@(Files)" DestinationFolder="$(SolutionDir)../lib/dlls/%(RecursiveDir)" SkipUnchangedFiles="true" OverwriteReadOnlyFiles="true" Retries="3" RetryDelayMilliseconds="300" />
</Target>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oad",
"version": "0.1.3",
"version": "0.1.4",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
Expand Down

0 comments on commit 535f741

Please # to comment.