We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba3bcd commit 33b3d0aCopy full SHA for 33b3d0a
src/Packaging/Packaging.csproj
@@ -165,7 +165,7 @@
165
</Target>
166
167
<Target Name="CreateNuGetPackage" Condition=" '$(TargetFramework)' == '$(ScannerNetCoreGlobalToolVersion)' AND $(Configuration) == 'Release' ">
168
- <Exec WorkingDirectory="$(GlobalToolNuspecDir)" Command=""$(NUGET_PATH)" pack -OutputDirectory $(WorkDestinationRootDir) -Prop Configuration=Release" />
+ <Exec WorkingDirectory="$(GlobalToolNuspecDir)" Command=""nuget" pack -OutputDirectory $(WorkDestinationRootDir) -Prop Configuration=Release" />
169
170
171
</Project>
0 commit comments