Skip to content

Commit 535f741

Browse files
committed
rename Publish to publish for case-sensitive OS
1 parent bf0c09f commit 535f741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi-diff/src/core/OpenApiDiff/OpenApiDiff.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<Target Name="CopyPublishDlls" AfterTargets="Publish">
5959
<Message Importance="High" Text="Copying the publish dlls into Node library..." />
6060
<ItemGroup>
61-
<Files Include="$(OutDir)/Publish/**/*" />
61+
<Files Include="$(OutDir)/publish/**/*" />
6262
</ItemGroup>
6363
<Microsoft.Build.Tasks.Copy SourceFiles="@(Files)" DestinationFolder="$(SolutionDir)../lib/dlls/%(RecursiveDir)" SkipUnchangedFiles="true" OverwriteReadOnlyFiles="true" Retries="3" RetryDelayMilliseconds="300" />
6464
</Target>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oad",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"author": {
55
"name": "Microsoft Corporation",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)