Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 8049237

Browse files
Update NuGet.targets
change nuget.exe to NuGet.exe for linux building
1 parent 1f7e1ae commit 8049237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.nuget/NuGet.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<PropertyGroup>
2222
<!-- NuGet command -->
23-
<NuGetExePath>$(NuGetToolsPath)\nuget.exe</NuGetExePath>
23+
<NuGetExePath>$(NuGetToolsPath)\NuGet.exe</NuGetExePath>
2424
<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">"$(NuGetExePath)"</NuGetCommand>
2525
<NuGetCommand Condition=" '$(OS)' != 'Windows_NT' ">mono --runtime=v4.0.30319 $(NuGetExePath)</NuGetCommand>
2626

@@ -74,4 +74,4 @@
7474
LogStandardErrorAsError="true"
7575
Condition=" '$(OS)' == 'Windows_NT' " />
7676
</Target>
77-
</Project>
77+
</Project>

0 commit comments

Comments
 (0)